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

Unified Diff: cc/output/output_surface.h

Issue 15058004: cc: Rename VSync to BeginFrame (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix test compiler errors Created 7 years, 7 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/input/input_handler.h ('k') | cc/output/output_surface_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index e8d6fe3b3e4b9a033f3c4662b39f58e4143f1b47..b24115e07a237d5c5c16347972e86896f6b3b2ad 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -96,10 +96,10 @@ class CC_EXPORT OutputSurface {
// processing should be stopped, or lowered in priority.
virtual void UpdateSmoothnessTakesPriority(bool prefer_smoothness) {}
- // Requests a vsync notification from the output surface. The notification
- // will be delivered by calling OutputSurfaceClient::DidVSync for all future
- // vsync events until the callback is disabled.
- virtual void EnableVSyncNotification(bool enable_vsync) {}
+ // Requests a BeginFrame notification from the output surface. The
+ // notification will be delivered by calling OutputSurfaceClient::BeginFrame
+ // until the callback is disabled.
+ virtual void EnableBeginFrameNotification(bool enable) {}
Sami 2013/05/15 12:11:20 Should we rename this to SetNeedsBeginFrame (here
brianderson 2013/05/15 18:03:30 Consistency is good, so I will change this to SetN
protected:
OutputSurfaceClient* client_;
« no previous file with comments | « cc/input/input_handler.h ('k') | cc/output/output_surface_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698