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

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

Issue 1012853003: Add DisplayScheduler for Surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include dependent patch for trybots 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
« cc/surfaces/display.h ('K') | « mojo/services/surfaces/display_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/surfaces/display_impl.cc
diff --git a/mojo/services/surfaces/display_impl.cc b/mojo/services/surfaces/display_impl.cc
index 3fff760d2935513523b4109101ea9030e5add42d..a0f90bb63f9b95809729e90ffe35f7b4ae347fc3 100644
--- a/mojo/services/surfaces/display_impl.cc
+++ b/mojo/services/surfaces/display_impl.cc
@@ -82,15 +82,6 @@ void DisplayImpl::Draw() {
pending_callback_.reset();
}
-void DisplayImpl::DisplayDamaged() {
-}
-
-void DisplayImpl::DidSwapBuffers() {
-}
-
-void DisplayImpl::DidSwapBuffersComplete() {
-}
-
void DisplayImpl::CommitVSyncParameters(base::TimeTicks timebase,
base::TimeDelta interval) {
}
« cc/surfaces/display.h ('K') | « mojo/services/surfaces/display_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698