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

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

Issue 1126963006: Move VISUAL_STATE promise to activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Current state (presubmit warnings, cc_unittests tests failing) Created 5 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/in_process/synchronous_compositor_impl.h
diff --git a/content/browser/android/in_process/synchronous_compositor_impl.h b/content/browser/android/in_process/synchronous_compositor_impl.h
index 587f4a80ec2cfabec62084d569e74d71fa563da6..145b06177ee27ad722131615d4976f61bc2fad44 100644
--- a/content/browser/android/in_process/synchronous_compositor_impl.h
+++ b/content/browser/android/in_process/synchronous_compositor_impl.h
@@ -102,7 +102,8 @@ class SynchronousCompositorImpl
void UpdateFrameMetaData(const cc::CompositorFrameMetadata& frame_info);
void NotifyDidDestroyCompositorToClient();
void DidActivatePendingTree();
- void DeliverMessages();
+ void DeliverMessagesToRenderProcessHost(const ScopedVector<IPC::Message>&);
+ void DeliverSwapMessages();
bool CalledOnValidThread() const;
void UpdateNeedsBeginFrames();
void SetInputHandler(cc::InputHandler* input_handler);

Powered by Google App Engine
This is Rietveld 408576698