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

Unified Diff: content/browser/frame_host/cross_process_frame_connector.h

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: content/browser/frame_host/cross_process_frame_connector.h
diff --git a/content/browser/frame_host/cross_process_frame_connector.h b/content/browser/frame_host/cross_process_frame_connector.h
index 6ad56a2188f2a087cc13699821c7da65dcdefc1b..31ab7a4ca838e8f84161ca4ab10889224030df72 100644
--- a/content/browser/frame_host/cross_process_frame_connector.h
+++ b/content/browser/frame_host/cross_process_frame_connector.h
@@ -108,6 +108,8 @@ class CONTENT_EXPORT CrossProcessFrameConnector {
// page) has focus.
bool HasFocus();
+ void NotifyRootViewOfTextInputStateChanged();
+
private:
// Handlers for messages received from the parent frame.
void OnCompositorFrameSwappedACK(

Powered by Google App Engine
This is Rietveld 408576698