diff options
Diffstat (limited to 'WebCore/platform/graphics/win/GraphicsLayerCACF.cpp')
-rw-r--r-- | WebCore/platform/graphics/win/GraphicsLayerCACF.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/platform/graphics/win/GraphicsLayerCACF.cpp b/WebCore/platform/graphics/win/GraphicsLayerCACF.cpp index f7674db..984fd3f 100644 --- a/WebCore/platform/graphics/win/GraphicsLayerCACF.cpp +++ b/WebCore/platform/graphics/win/GraphicsLayerCACF.cpp @@ -153,11 +153,6 @@ void GraphicsLayerCACF::setName(const String& name) m_layer->setName(longName); } -NativeLayer GraphicsLayerCACF::nativeLayer() const -{ - return m_layer.get(); -} - bool GraphicsLayerCACF::setChildren(const Vector<GraphicsLayer*>& children) { bool childrenChanged = GraphicsLayer::setChildren(children); |