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

Unified Diff: public/platform/WebLayer.h

Issue 311273008: Remove anchorPoint from WebLayer and GraphicsLayer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix. 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/web/LinkHighlight.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayer.h
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
index 8a3e7cacdf01f4901f1b94409fef2ecb756e9d3c..c8fabb52c292cf7dc17e5eabe2e8ba7cc693170b 100644
--- a/public/platform/WebLayer.h
+++ b/public/platform/WebLayer.h
@@ -69,12 +69,6 @@ public:
virtual void removeFromParent() = 0;
virtual void removeAllChildren() = 0;
- virtual void setAnchorPoint(const WebFloatPoint&) = 0;
- virtual WebFloatPoint anchorPoint() const = 0;
-
- virtual void setAnchorPointZ(float) = 0;
- virtual float anchorPointZ() const = 0;
-
virtual void setBounds(const WebSize&) = 0;
virtual WebSize bounds() const = 0;
« no previous file with comments | « Source/web/LinkHighlight.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698