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

Unified Diff: Source/platform/graphics/UnacceleratedImageBufferSurface.h

Issue 1297663002: Eliminate deferral overhead with canvas to canvas draws (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: git cl web Created 5 years, 4 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/UnacceleratedImageBufferSurface.h
diff --git a/Source/platform/graphics/UnacceleratedImageBufferSurface.h b/Source/platform/graphics/UnacceleratedImageBufferSurface.h
index 75a70839ecb938588e5a75b94e6b752dbaac0d06..a4b6cba19b5310e0db02e38b5b8410522c29fb79 100644
--- a/Source/platform/graphics/UnacceleratedImageBufferSurface.h
+++ b/Source/platform/graphics/UnacceleratedImageBufferSurface.h
@@ -44,7 +44,7 @@ public:
UnacceleratedImageBufferSurface(const IntSize&, OpacityMode = NonOpaque);
~UnacceleratedImageBufferSurface() override;
- SkCanvas* immediateCanvas() override;
+ SkCanvas* canvas() override;
bool isValid() const override;
const SkBitmap& deprecatedBitmapForOverwrite() override;
« no previous file with comments | « Source/platform/graphics/RecordingImageBufferSurface.cpp ('k') | Source/platform/graphics/UnacceleratedImageBufferSurface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698