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 f8f03e10c91d887a70d4cf2529e786a0d52876c3..e879bcd07635a40e99f1d2240b24f89810143ffb 100644 |
--- a/third_party/WebKit/public/web/WebRemoteFrame.h |
+++ b/third_party/WebKit/public/web/WebRemoteFrame.h |
@@ -47,6 +47,9 @@ public: |
virtual void didStartLoading() = 0; |
virtual void didStopLoading() = 0; |
+ // Returns true if this frame should be ignored during hittesting. |
+ virtual bool ignoredForHittest() 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. |