Index: cc/output/output_surface.h |
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h |
index 0be2e3bd33ac7f5b6cc66cb98c3b5ab57f3b749d..22ce6af02f8b4e1700971c34369132a3d001a73e 100644 |
--- a/cc/output/output_surface.h |
+++ b/cc/output/output_surface.h |
@@ -98,10 +98,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 SetNeedsBeginFrame(bool enable) {} |
protected: |
OutputSurfaceClient* client_; |