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

Unified Diff: android_webview/common/render_view_messages.h

Issue 11823027: [Android WebView] Implement the capture picture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding findbugs update from 11825002 to make the trybots happy. Created 7 years, 11 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: android_webview/common/render_view_messages.h
diff --git a/android_webview/common/render_view_messages.h b/android_webview/common/render_view_messages.h
index 53b23f3e5a38057a1056bd0dd38bae04bc40b3dd..a0a17574d9777e6dc70350adc8eb507778d62c20 100644
--- a/android_webview/common/render_view_messages.h
+++ b/android_webview/common/render_view_messages.h
@@ -55,6 +55,8 @@ IPC_MESSAGE_ROUTED2(AwViewMsg_DoHitTest,
IPC_MESSAGE_ROUTED1(AwViewMsg_EnableCapturePictureCallback,
bool /* enable */)
+IPC_SYNC_MESSAGE_ROUTED0_0(AwViewMsg_CapturePictureSync)
Leandro Graciá Gil 2013/01/09 16:30:13 I'll add a description here in the next iteration
Leandro Graciá Gil 2013/01/10 18:58:13 Done.
+
//-----------------------------------------------------------------------------
// RenderView messages
// These are messages sent from the renderer to the browser process.

Powered by Google App Engine
This is Rietveld 408576698