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

Unified Diff: content/browser/android/in_process/synchronous_compositor_output_surface.h

Issue 17520002: Disable retroactive begin frame for synchronous compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « no previous file | content/browser/android/in_process/synchronous_compositor_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/in_process/synchronous_compositor_output_surface.h
diff --git a/content/browser/android/in_process/synchronous_compositor_output_surface.h b/content/browser/android/in_process/synchronous_compositor_output_surface.h
index dabed4b93a4b0f2bcf7f8cfe067543b4dc7b9ce4..91ebca564180aae8dcc2ec7b6b78f8f1a29c0e84 100644
--- a/content/browser/android/in_process/synchronous_compositor_output_surface.h
+++ b/content/browser/android/in_process/synchronous_compositor_output_surface.h
@@ -68,6 +68,9 @@ class SynchronousCompositorOutputSurface
class SoftwareDevice;
friend class SoftwareDevice;
+ // Private OutputSurface overrides.
+ virtual void PostCheckForRetroactiveBeginFrame() OVERRIDE;
+
void InvokeComposite(gfx::Size damage_size);
void UpdateCompositorClientSettings();
void NotifyCompositorSettingsChanged();
« no previous file with comments | « no previous file | content/browser/android/in_process/synchronous_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698