Index: content/public/browser/android/compositor_client.h |
diff --git a/content/public/browser/android/compositor_client.h b/content/public/browser/android/compositor_client.h |
index d835de199d7fa58adb8722e9956602b28b2c575c..d12bd783999c80e56020fca4063625df43cb8e79 100644 |
--- a/content/public/browser/android/compositor_client.h |
+++ b/content/public/browser/android/compositor_client.h |
@@ -11,11 +11,8 @@ namespace content { |
class CONTENT_EXPORT CompositorClient { |
public: |
- // Tells the client that it should schedule a composite. |
- virtual void ScheduleComposite() = 0; |
- |
- // The compositor has completed swapping a frame. |
- virtual void OnSwapBuffersCompleted() {} |
+ // Gives the client a chance for layout changes before compositing. |
+ virtual void Layout() {} |
// The compositor will eventually swap a frame. |
virtual void OnSwapBuffersPosted() {} |