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

Unified Diff: components/surfaces/display_impl.h

Issue 1012853003: Add DisplayScheduler for Surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change Browser references to root surfce 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') | components/surfaces/display_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/surfaces/display_impl.h
diff --git a/components/surfaces/display_impl.h b/components/surfaces/display_impl.h
index d10150d9208496a36ea09d2d7fa3faec84d886bc..7dc549aa2a2eb9aadaf5b39c1a5d6c4f1b0944e0 100644
--- a/components/surfaces/display_impl.h
+++ b/components/surfaces/display_impl.h
@@ -41,9 +41,6 @@ class DisplayImpl : public mojo::Display,
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') | components/surfaces/display_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698