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

Unified Diff: third_party/WebKit/Source/core/layout/HitTestCache.cpp

Issue 2735293002: Rename *isOverWidget* methods to ...isOverFrameViewBase... (Closed)
Patch Set: Rename *isOverWidget* methods to ...isOverFrameViewBase... Created 3 years, 9 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/core/layout/HitTestCache.cpp
diff --git a/third_party/WebKit/Source/core/layout/HitTestCache.cpp b/third_party/WebKit/Source/core/layout/HitTestCache.cpp
index 9b0308bc19e134e3acf9cebb45dca42d4e5e5ec3..990165aae14554b7238fe06d1dba599f147222e7 100644
--- a/third_party/WebKit/Source/core/layout/HitTestCache.cpp
+++ b/third_party/WebKit/Source/core/layout/HitTestCache.cpp
@@ -47,7 +47,7 @@ void HitTestCache::addCachedResult(const HitTestResult& result,
// If the result was a hit test on an LayoutPart and the request allowed
// querying of the layout part; then the part hasn't been loaded yet.
- if (result.isOverWidget() &&
+ if (result.isOverFrameViewBase() &&
result.hitTestRequest().allowsChildFrameContent())
return;
« no previous file with comments | « third_party/WebKit/Source/core/input/ScrollManager.cpp ('k') | third_party/WebKit/Source/core/layout/HitTestResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698