diff options
Diffstat (limited to 'WebCore/platform/graphics/qt/GraphicsLayerQt.h')
-rw-r--r-- | WebCore/platform/graphics/qt/GraphicsLayerQt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/qt/GraphicsLayerQt.h b/WebCore/platform/graphics/qt/GraphicsLayerQt.h index ed535eb..b1692d2 100644 --- a/WebCore/platform/graphics/qt/GraphicsLayerQt.h +++ b/WebCore/platform/graphics/qt/GraphicsLayerQt.h @@ -38,7 +38,6 @@ public: virtual ~GraphicsLayerQt(); // reimps from GraphicsLayer.h - virtual NativeLayer nativeLayer() const; virtual PlatformLayer* platformLayer() const; virtual void setNeedsDisplay(); virtual void setNeedsDisplayInRect(const FloatRect&); |