Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: mojo/services/surfaces/display_impl.h

Issue 1068743003: Revert of Add DisplayScheduler for Surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/surfaces/onscreen_display_client.cc ('k') | mojo/services/surfaces/display_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/surfaces/display_impl.h
diff --git a/mojo/services/surfaces/display_impl.h b/mojo/services/surfaces/display_impl.h
index ca8fa6a1ff8330698aaf8351855a18511ce3aeef..19d11e37ef33644a1e3bb0bf12f44aabbe2282e7 100644
--- a/mojo/services/surfaces/display_impl.h
+++ b/mojo/services/surfaces/display_impl.h
@@ -41,6 +41,9 @@
const SubmitFrameCallback& callback) override;
// DisplayClient implementation.
+ void DisplayDamaged() override;
+ void DidSwapBuffers() override;
+ void DidSwapBuffersComplete() override;
void CommitVSyncParameters(base::TimeTicks timebase,
base::TimeDelta interval) override;
void OutputSurfaceLost() override;
« no previous file with comments | « cc/surfaces/onscreen_display_client.cc ('k') | mojo/services/surfaces/display_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698