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

Unified Diff: Source/core/rendering/HitTestLocation.h

Issue 338543003: Gesture event hit test refactoring and reduction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix release build Created 6 years, 6 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
« no previous file with comments | « Source/core/page/MouseEventWithHitTestResults.cpp ('k') | Source/core/rendering/HitTestLocation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/HitTestLocation.h
diff --git a/Source/core/rendering/HitTestLocation.h b/Source/core/rendering/HitTestLocation.h
index ff18d79c6463bdf6630e039da06d0909a06e7ba3..a6af94b47594d9b4d96e33953696da477d4cb1bd 100644
--- a/Source/core/rendering/HitTestLocation.h
+++ b/Source/core/rendering/HitTestLocation.h
@@ -64,6 +64,7 @@ public:
bool intersects(const LayoutRect&) const;
bool intersects(const FloatRect&) const;
bool intersects(const RoundedRect&) const;
+ bool containsPoint(const FloatPoint&) const;
const FloatPoint& transformedPoint() const { return m_transformedPoint; }
const FloatQuad& transformedRect() const { return m_transformedRect; }
« no previous file with comments | « Source/core/page/MouseEventWithHitTestResults.cpp ('k') | Source/core/rendering/HitTestLocation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698