Index: sky/engine/public/web/WebFrameClient.h |
diff --git a/sky/engine/public/web/WebFrameClient.h b/sky/engine/public/web/WebFrameClient.h |
index 1721bf05ec04e7be95d36d6e3e5d57c262b70773..6f4f12b5ebb64aeba05f6883a9f6e74841e6415b 100644 |
--- a/sky/engine/public/web/WebFrameClient.h |
+++ b/sky/engine/public/web/WebFrameClient.h |
@@ -238,10 +238,6 @@ public: |
// Extensions3D.h in WebCore/platform/graphics). |
virtual void didLoseWebGLContext(WebLocalFrame*, int) { } |
- // FIXME: Remove this method once we have input routing in the browser |
- // process. See http://crbug.com/339659. |
- virtual void forwardInputEvent(const WebInputEvent*) { } |
- |
protected: |
virtual ~WebFrameClient() { } |
}; |