summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/web/WebRemoteFrameImpl.h')
-rw-r--r--third_party/WebKit/Source/web/WebRemoteFrameImpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index 2d7f4db1..55a85f006 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -192,6 +192,8 @@ public:
void didStartLoading() override;
void didStopLoading() override;
+ bool isIgnoredForHitTest() const override;
+
#if ENABLE(OILPAN)
DECLARE_TRACE();
#endif