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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 1394383002: OOPIF: Send page-level focus messages to all processes rendering a page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ReplicatePageFocus to FrameTree Created 5 years, 2 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/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 5bd7b7b3d489a09ce601498dc288c98349566c87..b8595fb710f72a36b09b4a233684948ca715e564 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -589,6 +589,7 @@ class CONTENT_EXPORT WebContentsImpl
void AdjustSelectionByCharacterOffset(int start_adjust, int end_adjust)
override;
RenderWidgetHostInputEventRouter* GetInputEventRouter() override;
+ void ReplicatePageFocus(bool is_focused) override;
// RenderFrameHostManager::Delegate ------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698