Index: Source/core/frame/RemoteFrame.h |
diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h |
index 194be9d201ae0e4bbcfbd6f893c37456b71ae186..c7ff20f2541fd55426978e17f6f809818aad2b3d 100644 |
--- a/Source/core/frame/RemoteFrame.h |
+++ b/Source/core/frame/RemoteFrame.h |
@@ -9,6 +9,7 @@ |
namespace blink { |
+class Event; |
class RemoteFrameClient; |
class RemoteFrameView; |
@@ -22,6 +23,10 @@ public: |
virtual void navigate(Document& originDocument, const KURL&, bool lockBackForwardList) override; |
virtual void detach() override; |
+ // FIXME: Remove this method once we have input routing in the browser |
+ // process. See http://crbug.com/339659. |
+ void forwardInputEvent(Event*); |
+ |
void setView(PassRefPtrWillBeRawPtr<RemoteFrameView>); |
void createView(); |