Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Unified Diff: Source/platform/graphics/gpu/WebGLImageBufferSurface.h

Issue 379253002: Initial implementation of display list backed 2D canvases (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/platform/graphics/RecordingImageBufferSurface.cpp ('k') | Source/platform/graphics/skia/OpaqueRegionSkia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698