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

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

Issue 422553002: Delete the unused absolutePoint method on RenderGeometryMap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderGeometryMap.h
diff --git a/Source/core/rendering/RenderGeometryMap.h b/Source/core/rendering/RenderGeometryMap.h
index 6cff5083de546d0606d0f3a2b6a75922ada71396..6e3896c29314a531f2bd62d705480449f613d853 100644
--- a/Source/core/rendering/RenderGeometryMap.h
+++ b/Source/core/rendering/RenderGeometryMap.h
@@ -50,11 +50,6 @@ public:
MapCoordinatesFlags mapCoordinatesFlags() const { return m_mapCoordinatesFlags; }
- FloatPoint absolutePoint(const FloatPoint& p) const
- {
- return mapToContainer(p, 0);
- }
-
FloatRect absoluteRect(const FloatRect& rect) const
{
return mapToContainer(rect, 0).boundingBox();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698