| 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(
|
|
|