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

Unified Diff: content/common/frame_messages.h

Issue 1934703002: Fix keyboard focus for OOPIF-<webview>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nasko@ comments. Created 4 years, 5 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/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 07144d7a2e16082cc12b71f3877f058b1431eff3..bf89cc6a23513daa024fc769d81e8d3a0ee7c404 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -826,6 +826,10 @@ IPC_MESSAGE_ROUTED2(FrameMsg_DidUpdateOrigin,
// support cross-process focused frame changes.
IPC_MESSAGE_ROUTED0(FrameMsg_SetFocusedFrame)
+// Notifies this frame or proxy that it is no longer focused. This is used when
+// a frame in the embedder that the guest cannot see (<webview>) gains focus.
+IPC_MESSAGE_ROUTED0(FrameMsg_ClearFocusedFrame)
+
// Sent to a frame proxy when its real frame is preparing to enter fullscreen
// in another process. Actually entering fullscreen will be done separately as
// part of ViewMsg_Resize, once the browser process has resized the tab for
« no previous file with comments | « content/browser/web_contents/web_contents_view_child_frame.cc ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698