~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to tests/include/mir_test_doubles/mock_display_report.h

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    MOCK_METHOD1(report_drm_master_failure, void(int));
42
42
    MOCK_METHOD0(report_vt_switch_away_failure, void());
43
43
    MOCK_METHOD0(report_vt_switch_back_failure, void());
44
 
    MOCK_METHOD2(report_hwc_composition_in_use, void(int,int));
45
 
    MOCK_METHOD0(report_gpu_composition_in_use, void());
46
44
    MOCK_METHOD2(report_egl_configuration, void(EGLDisplay,EGLConfig));
 
45
    MOCK_METHOD1(report_vsync, void(unsigned int));
47
46
};
48
47
 
49
48
}