Chromium Code Reviews| Index: cc/output/output_surface.h |
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h |
| index 04bd4a336bec02a068c91da89ef8eef57281e283..87209ba56ba4da6a64b04c49b79413804aa73f86 100644 |
| --- a/cc/output/output_surface.h |
| +++ b/cc/output/output_surface.h |
| @@ -120,6 +120,7 @@ class CC_EXPORT OutputSurface { |
| // DidSwapBuffersComplete(). |
| virtual void SwapBuffers(CompositorFrame* frame) = 0; |
| virtual void OnSwapBuffersComplete(); |
| + virtual void OnPageFlipComplete(); |
|
brianderson
2014/12/10 22:48:05
Does this need to be exposed for all OutputSurface
kalyank
2014/12/11 12:55:58
Not needed, removed.
|
| // Notifies frame-rate smoothness preference. If true, all non-critical |
| // processing should be stopped, or lowered in priority. |