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

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

Issue 952273006: Make the constructor of a LayoutRect from an IntRect explicit. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: Source/core/layout/HitTestLocation.h
diff --git a/Source/core/layout/HitTestLocation.h b/Source/core/layout/HitTestLocation.h
index d69f86595378c02cdc652a4b6e3130412da962a2..3ec873cf74ec67ba552ae16b7c1dcef781aaa214 100644
--- a/Source/core/layout/HitTestLocation.h
+++ b/Source/core/layout/HitTestLocation.h
@@ -74,7 +74,7 @@ public:
private:
template<typename RectType>
- bool intersectsRect(const RectType&) const;
+ bool intersectsRect(const RectType&, const RectType& boundingBox) const;
void move(const LayoutSize& offset);
// This is cached forms of the more accurate point and area below.

Powered by Google App Engine
This is Rietveld 408576698