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 abe3a044a17fa368770387db8bcc06c92994e064..5ae98820122110a4a3e5e91d5a57819356128f3c 100644 |
--- a/content/browser/frame_host/cross_process_frame_connector.h |
+++ b/content/browser/frame_host/cross_process_frame_connector.h |
@@ -100,6 +100,10 @@ class CONTENT_EXPORT CrossProcessFrameConnector { |
void GetScreenInfo(blink::WebScreenInfo* results); |
void UpdateCursor(const WebCursor& cursor); |
+ // Determines whether the root RenderWidgetHostView (and thus the current |
+ // page) has focus. |
+ bool HasFocus(); |
+ |
private: |
// Handlers for messages received from the parent frame. |
void OnCompositorFrameSwappedACK( |