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

Unified Diff: Source/platform/geometry/LayoutRect.cpp

Issue 1177123003: Revert "Implement a Hit Test Cache for same point hits." (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/platform/geometry/LayoutRect.h ('k') | public/platform/WebLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/LayoutRect.cpp
diff --git a/Source/platform/geometry/LayoutRect.cpp b/Source/platform/geometry/LayoutRect.cpp
index 2af3ba93071d2c0513ce04c8c2615007e2a5b2d0..2ee397dd39dda31a0ad7d51e8a4ddb54f26866bf 100644
--- a/Source/platform/geometry/LayoutRect.cpp
+++ b/Source/platform/geometry/LayoutRect.cpp
@@ -162,9 +162,4 @@ LayoutRect enclosingLayoutRect(const FloatRect& rect)
return LayoutRect(location, maxPoint - location);
}
-LayoutRect boundingRect(const LayoutPoint& point)
-{
- return LayoutRect(point, LayoutSize(LayoutUnit::epsilonUnit(), LayoutUnit::epsilonUnit()));
-}
-
} // namespace blink
« no previous file with comments | « Source/platform/geometry/LayoutRect.h ('k') | public/platform/WebLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698