summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h')
-rw-r--r--Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h b/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h
index 234b8eeec..519a4820d 100644
--- a/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h
+++ b/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h
@@ -39,7 +39,7 @@ public:
void drawSolidColor(const FloatRect&, const TransformationMatrix&, const Color&) final;
void beginClip(const TransformationMatrix&, const FloatRect&) final;
void bindSurface(BitmapTexture* surface) final { m_currentSurface = surface;}
- void endClip() final { graphicsContext()->restore(); }
+ void endClip() final;
IntRect clipBounds() final { return currentContext()->clipBounds(); }
IntSize maxTextureSize() const final;
PassRefPtr<BitmapTexture> createTexture() final { return BitmapTextureImageBuffer::create(); }