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

Unified Diff: cc/surfaces/display.h

Issue 568763004: Support distributing vsync info with surfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | cc/surfaces/display.cc » ('j') | content/browser/compositor/onscreen_display_client.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/display.h
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
index 07e87adc1c9b8879dc0d7065fc7a995ba1d75056..8fb39b2c1b6ee5728e5bceadbd3ccc18205c0b4e 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -52,7 +52,7 @@ class CC_SURFACES_EXPORT Display : public OutputSurfaceClient,
virtual void DeferredInitialize() OVERRIDE {}
virtual void ReleaseGL() OVERRIDE {}
virtual void CommitVSyncParameters(base::TimeTicks timebase,
- base::TimeDelta interval) OVERRIDE {}
+ base::TimeDelta interval) OVERRIDE;
virtual void SetNeedsRedrawRect(const gfx::Rect& damage_rect) OVERRIDE {}
virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE {}
virtual void DidSwapBuffers() OVERRIDE {}
« no previous file with comments | « no previous file | cc/surfaces/display.cc » ('j') | content/browser/compositor/onscreen_display_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698