Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index 0e65f936d78a655b587fbd93f0a2f330a8dee34f..5ee951d991e7d7d7b1c970bbc5703489f0865ade 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -64,6 +64,7 @@ class PagePopup; |
class PagePopupClient; |
class PagePopupDriver; |
class PopupMenuClient; |
+class RemoteFrame; |
struct CompositedSelectionBound; |
struct DateTimeChooserParameters; |
@@ -227,7 +228,7 @@ public: |
// FIXME: Remove this method once we have input routing in the browser |
// process. See http://crbug.com/339659. |
- virtual void forwardInputEvent(blink::Frame*, blink::Event*) { } |
+ virtual void forwardInputEvent(blink::RemoteFrame*, blink::Event*) { } |
dcheng
2014/10/10 20:18:51
Nit: let's remove blink:: while we're changing the
Charlie Reis
2014/10/10 20:25:24
Done.
|
// Input mehtod editor related functions. |
virtual void didCancelCompositionOnSelectionChange() { } |