~bregma/mir/docs-use-sphinx

« back to all changes in this revision

Viewing changes to src/server/report/null/display_report.h

  • Committer: Stephen M. Webb
  • Date: 2017-01-05 14:21:43 UTC
  • mfrom: (3665.1.241 development-branch)
  • Revision ID: stephen.webb@canonical.com-20170105142143-xbmxkuvxb6gejs0n
synch with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    void report_vt_switch_away_failure() override;
44
44
    void report_vt_switch_back_failure() override;
45
45
    void report_egl_configuration(EGLDisplay disp, EGLConfig cfg) override;
46
 
    void report_vsync(unsigned int display_id) override;
 
46
    void report_vsync(unsigned int output_id, graphics::Frame const&) override;
47
47
};
48
48
}
49
49
}