diff options
Diffstat (limited to 'WebCore/platform/graphics/win/GraphicsLayerCACF.h')
-rw-r--r-- | WebCore/platform/graphics/win/GraphicsLayerCACF.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/platform/graphics/win/GraphicsLayerCACF.h b/WebCore/platform/graphics/win/GraphicsLayerCACF.h index c18a6e9..23f36b2 100644 --- a/WebCore/platform/graphics/win/GraphicsLayerCACF.h +++ b/WebCore/platform/graphics/win/GraphicsLayerCACF.h @@ -44,9 +44,6 @@ public: virtual void setName(const String& inName); - // for hosting this GraphicsLayer in a native layer hierarchy - virtual NativeLayer nativeLayer() const; - virtual bool setChildren(const Vector<GraphicsLayer*>&); virtual void addChild(GraphicsLayer *layer); virtual void addChildAtIndex(GraphicsLayer *layer, int index); |