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

Unified Diff: content/common/view_messages.h

Issue 1203223002: [Experimental, WIP] Demo version of extracting WebView selection data from CompositorFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/renderer/render_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index c12bef8fe3b889ec08144588f68a3f3f04e59ab9..4a34d2a72e629b2e6a97e4b2fe32c2a23268c990 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1158,8 +1158,9 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_Blur)
// webpage. The first parameter says whether the newly focused element needs
// keyboard input (true for textfields, text areas and content editable divs).
// The second parameter is the node bounds relative to RenderWidgetHostView.
-IPC_MESSAGE_ROUTED2(ViewHostMsg_FocusedNodeChanged,
+IPC_MESSAGE_ROUTED3(ViewHostMsg_FocusedNodeChanged,
bool /* is_editable_node */,
+ bool /* is_plugin_node */,
gfx::Rect /* node_bounds */)
IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor, content::WebCursor)
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698