summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/qt/GraphicsLayerQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/qt/GraphicsLayerQt.h')
-rw-r--r--WebCore/platform/graphics/qt/GraphicsLayerQt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/qt/GraphicsLayerQt.h b/WebCore/platform/graphics/qt/GraphicsLayerQt.h
index 6de5a6e..f81bd3d 100644
--- a/WebCore/platform/graphics/qt/GraphicsLayerQt.h
+++ b/WebCore/platform/graphics/qt/GraphicsLayerQt.h
@@ -83,6 +83,7 @@ public:
virtual void distributeOpacity(float);
virtual float accumulatedOpacity() const;
virtual void syncCompositingState();
+ virtual void syncCompositingStateForThisLayerOnly();
private:
OwnPtr<GraphicsLayerQtImpl> m_impl;