| 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;
|
|
|
|
|