Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.h

Issue 1489913003: Handle pointer-events: none in browser process hittesting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index 0088077e5a2dcccf745eb80e547813516af7b4ec..fd9b85a05894b6d649a56d1bf3d799f48ee598cb 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -193,6 +193,8 @@ public:
void didStartLoading() override;
void didStopLoading() override;
+ bool ignoredForHittest() const override;
dcheng 2016/01/21 23:47:20 isIgnoredForHitTest or shouldIgnoreForHitTest
+
#if ENABLE(OILPAN)
DECLARE_TRACE();
#endif

Powered by Google App Engine
This is Rietveld 408576698