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

Unified Diff: content/browser/android/synchronous_compositor_host.h

Issue 1970863002: sync compositor: Memory policy async IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop os id Created 4 years, 7 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
Index: content/browser/android/synchronous_compositor_host.h
diff --git a/content/browser/android/synchronous_compositor_host.h b/content/browser/android/synchronous_compositor_host.h
index bf1f10d59dcd020d6ba217200af948d52669bb4e..662fd6c9308ce342a81b28d8ccae0dfea55bc2ea 100644
--- a/content/browser/android/synchronous_compositor_host.h
+++ b/content/browser/android/synchronous_compositor_host.h
@@ -87,6 +87,7 @@ class SynchronousCompositorHost : public SynchronousCompositor {
void ProcessCommonParams(const SyncCompositorCommonRendererParams& params);
void UpdateNeedsBeginFrames();
void UpdateFrameMetaData(const cc::CompositorFrameMetadata& frame_metadata);
+ void OutputSurfaceCreated();
void OnOverScroll(const SyncCompositorCommonRendererParams& params,
const DidOverscrollParams& over_scroll_params);
void SendAsyncCompositorStateIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698