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

Unified Diff: Source/platform/graphics/ImageBuffer.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/ImageBuffer.h
diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
index 4e34fabb8bc639abd715ae2bee6d203e08b73444..6468bde505f9977f8aea21c12b4406e0d5463d76 100644
--- a/Source/platform/graphics/ImageBuffer.h
+++ b/Source/platform/graphics/ImageBuffer.h
@@ -91,7 +91,7 @@ public:
void resetCanvas(SkCanvas*) const;
SkCanvas* canvas() const;
- SkCanvas* immediateCanvas() const;
+ void disableDeferral() const;
// Called at the end of a task that rendered a whole frame
void finalizeFrame(const FloatRect &dirtyRect);

Powered by Google App Engine
This is Rietveld 408576698