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

Unified Diff: Source/core/html/HTMLCanvasElement.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
« no previous file with comments | « no previous file | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLCanvasElement.h
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
index cfebda932bac182ef29fc6f22fa7e0873176af48..b2a0ea26c4166b2bc7782b7bf1f7fb2d29165dac 100644
--- a/Source/core/html/HTMLCanvasElement.h
+++ b/Source/core/html/HTMLCanvasElement.h
@@ -120,7 +120,7 @@ public:
void paint(GraphicsContext*, const LayoutRect&);
SkCanvas* drawingCanvas() const;
- SkCanvas* immediateDrawingCanvas() const; // Guarantees draws will not be deferred. Use sparingly.
+ void disableDeferral() const;
SkCanvas* existingDrawingCanvas() const;
void setRenderingContext(PassOwnPtrWillBeRawPtr<CanvasRenderingContext>);
« no previous file with comments | « no previous file | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698