summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/win/GraphicsLayerCACF.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/win/GraphicsLayerCACF.h')
-rw-r--r--WebCore/platform/graphics/win/GraphicsLayerCACF.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/platform/graphics/win/GraphicsLayerCACF.h b/WebCore/platform/graphics/win/GraphicsLayerCACF.h
index 0b74266..c18a6e9 100644
--- a/WebCore/platform/graphics/win/GraphicsLayerCACF.h
+++ b/WebCore/platform/graphics/win/GraphicsLayerCACF.h
@@ -89,8 +89,6 @@ public:
virtual void setDebugBackgroundColor(const Color&);
virtual void setDebugBorder(const Color&, float borderWidth);
- virtual void setGeometryOrientation(CompositingCoordinatesOrientation);
-
private:
void updateOpacityOnLayer();
@@ -118,7 +116,6 @@ private:
void updateContentsImage();
void updateContentsMedia();
void updateContentsRect();
- void updateGeometryOrientation();
void setupContentsLayer(WKCACFLayer*);
WKCACFLayer* contentsLayer() const { return m_contentsLayer.get(); }