diff options
Diffstat (limited to 'cc/output')
-rw-r--r-- | cc/output/output_surface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h index f992e97..98a4830 100644 --- a/cc/output/output_surface.h +++ b/cc/output/output_surface.h @@ -125,6 +125,7 @@ class CC_EXPORT OutputSurface { // passed in (though it will not take ownership of the CompositorFrame // itself). virtual void SwapBuffers(CompositorFrame* frame); + virtual void OnSwapBuffersComplete(); // Notifies frame-rate smoothness preference. If true, all non-critical // processing should be stopped, or lowered in priority. @@ -182,8 +183,6 @@ class CC_EXPORT OutputSurface { void SetMemoryPolicy(const ManagedMemoryPolicy& policy); void UpdateAndMeasureGpuLatency(); - void OnSwapBuffersComplete(); - bool external_stencil_test_enabled_; base::WeakPtrFactory<OutputSurface> weak_ptr_factory_; |