~kgunn72/mir/dont-crash-when-shooting-invalid-surface

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/stub_display_device.h

  • Committer: Tarmac
  • Author(s): Alan Griffiths, Alexandros Frantzis, Daniel van Vugt, Kevin DuBois, Christopher James Halse Rogers, chris.gagnon, Mathieu Trudel-Lapierre, Robert Carr, Automatic PS uploader, Kevin Gunn, Daniel d'Andrada, Christopher James Halse Rogers, Michael Terry, Brandon Schaefer, Timo Jyrinki, Mir Team, Andreas Pokorny
  • Date: 2013-12-20 11:11:22 UTC
  • mfrom: (1169.1.1 version-0.1.3)
  • Revision ID: tarmac-20131220111122-h503fd1fnq7pn9za
Latest upstream release: Mir 0.1.3 (r1298).

Approved by Alan Griffiths, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#ifndef MIR_TEST_DOUBLES_STUB_DISPLAY_DEVICE_H_
19
19
#define MIR_TEST_DOUBLES_STUB_DISPLAY_DEVICE_H_
20
20
 
21
 
#include "src/server/graphics/android/display_device.h"
22
 
 
 
21
#include "src/platform/graphics/android/display_device.h"
 
22
 
23
23
namespace mir
24
24
{
25
25
namespace test
41
41
    void prepare_composition()
42
42
    {
43
43
    }
44
 
    void gpu_render(EGLDisplay, EGLSurface) 
 
44
    void gpu_render(EGLDisplay, EGLSurface)
45
45
    {
46
46
    }
47
47
    void post(graphics::Buffer const&)