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

Unified Diff: content/common/android/sync_compositor_messages.h

Issue 1846653003: android webview: Keep zoom methods synchronous (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test compile Created 4 years, 9 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/common/android/sync_compositor_messages.h
diff --git a/content/common/android/sync_compositor_messages.h b/content/common/android/sync_compositor_messages.h
index 2e9af1a9c768725949ee63e37c298c3291518f9c..36ca6b29acfdebf7faa36bca5d77b9bf57058a03 100644
--- a/content/common/android/sync_compositor_messages.h
+++ b/content/common/android/sync_compositor_messages.h
@@ -180,6 +180,10 @@ IPC_SYNC_MESSAGE_ROUTED2_3(SyncCompositorMsg_DemandDrawSw,
IPC_MESSAGE_ROUTED1(SyncCompositorMsg_UpdateState,
content::SyncCompositorCommonBrowserParams)
+IPC_SYNC_MESSAGE_ROUTED1_1(SyncCompositorMsg_SynchronousUpdateState,
dcheng 2016/03/31 19:51:56 I think we need a link to a design doc or overview
dcheng 2016/03/31 19:52:22 Also, maybe some comments describing why we need b
boliu 2016/03/31 20:16:34 Good call on both counts. Added link to bug and d
+ content::SyncCompositorCommonBrowserParams,
+ content::SyncCompositorCommonRendererParams)
+
// -----------------------------------------------------------------------------
// Messages sent from the renderer to the browser.
« no previous file with comments | « content/browser/android/synchronous_compositor_host.cc ('k') | content/public/browser/android/synchronous_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698