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

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

Issue 1297663002: Eliminate deferral overhead with canvas to canvas draws (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/RecordingImageBufferSurface.h
diff --git a/Source/platform/graphics/RecordingImageBufferSurface.h b/Source/platform/graphics/RecordingImageBufferSurface.h
index 9b221252dadaff9bacbc12be801601398eae4718..9cd503228ccdb69a0b9d6cc6ca40c6184fa9cb45 100644
--- a/Source/platform/graphics/RecordingImageBufferSurface.h
+++ b/Source/platform/graphics/RecordingImageBufferSurface.h
@@ -35,7 +35,7 @@ public:
// Implementation of ImageBufferSurface interfaces
SkCanvas* canvas() override;
- SkCanvas* immediateCanvas() override;
+ void disableDeferral() override;
PassRefPtr<SkPicture> getPicture() override;
void flush() override;
void didDraw(const FloatRect&) override;

Powered by Google App Engine
This is Rietveld 408576698