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

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

Issue 240163005: Deliver IPC messages together with SwapCompositorFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: who needs a frame number Created 6 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 df6f3d2e99a9cebca2669d9bb4ce4b44199471de..7c7a62e68bf5fcb8b0c7776b946cba219730f588 100644
--- a/content/browser/android/in_process/synchronous_compositor_impl.h
+++ b/content/browser/android/in_process/synchronous_compositor_impl.h
@@ -70,6 +70,8 @@ class SynchronousCompositorImpl
virtual void SetContinuousInvalidate(bool enable) OVERRIDE;
virtual void UpdateFrameMetaData(
const cc::CompositorFrameMetadata& frame_info) OVERRIDE;
+ virtual void DeliverMessages(
+ const std::vector<IPC::Message>& messages) OVERRIDE;
virtual void DidActivatePendingTree() OVERRIDE;
// LayerScrollOffsetDelegate

Powered by Google App Engine
This is Rietveld 408576698