Index: third_party/WebKit/public/web/WebRemoteFrame.h |
diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h |
index ba5cd0a8209978b9c0628c36bbb370fa7f484f4e..f8f03e10c91d887a70d4cf2529e786a0d52876c3 100644 |
--- a/third_party/WebKit/public/web/WebRemoteFrame.h |
+++ b/third_party/WebKit/public/web/WebRemoteFrame.h |
@@ -47,9 +47,6 @@ |
virtual void didStartLoading() = 0; |
virtual void didStopLoading() = 0; |
- // Returns true if this frame should be ignored during hittesting. |
- virtual bool isIgnoredForHitTest() const = 0; |
- |
// Temporary method to allow embedders to get the script context of a |
// remote frame. This should only be used by legacy code that has not yet |
// migrated over to the new OOPI infrastructure. |