summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h')
-rw-r--r--Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h b/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h
index 27b1ea659..409d207c5 100644
--- a/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h
+++ b/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h
@@ -76,7 +76,7 @@ private:
unsigned m_backBufferTexture;
IntSize m_size;
SkCanvas* m_canvas;
- OwnPtr<WebKit::WebExternalTextureLayer> m_layer;
+ WebKit::WebExternalTextureLayer m_layer;
RefPtr<GraphicsContext3D> m_context;
};