Index: Source/platform/graphics/gpu/WebGLImageBufferSurface.h |
diff --git a/Source/platform/graphics/gpu/WebGLImageBufferSurface.h b/Source/platform/graphics/gpu/WebGLImageBufferSurface.h |
index 5a6a794fd7f4f95c7ee528addbba3ce66eb5e3ad..3d705b536c8a3545abd80dd8963f7bdad51c0828 100644 |
--- a/Source/platform/graphics/gpu/WebGLImageBufferSurface.h |
+++ b/Source/platform/graphics/gpu/WebGLImageBufferSurface.h |
@@ -49,7 +49,7 @@ public: |
virtual ~WebGLImageBufferSurface(); |
virtual SkCanvas* canvas() const OVERRIDE { return 0; } |
- virtual const SkBitmap& bitmap() const OVERRIDE { return m_bitmap; } |
+ virtual const SkBitmap& bitmap() OVERRIDE { return m_bitmap; } |
virtual bool isValid() const OVERRIDE { return m_bitmap.pixelRef(); } |
virtual bool isAccelerated() const OVERRIDE { return true; } |
virtual Platform3DObject getBackingTexture() const OVERRIDE; |