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

Unified Diff: include/core/SkCanvas.h

Issue 925343002: Swap render target instead of creating a new gpu device for surface copy-on-write (Closed) Base URL: https://skia.googlesource.com/skia.git@skimage-filters-02-use-sksurface-constructor-skgpudevice
Patch Set: Created 5 years, 10 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 | src/core/SkCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkCanvas.h
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 0ec167e1166e72870b90440ae31d4ca348a7cec4..a57f4cd943e4af5322467f9e42dab3872af5d324 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1306,15 +1306,6 @@ private:
SkBaseDevice* init(SkBaseDevice*, InitFlags);
/**
- * DEPRECATED
- *
- * Specify a device for this canvas to draw into. If it is not null, its
- * reference count is incremented. If the canvas was already holding a
- * device, its reference count is decremented. The new device is returned.
- */
- SkBaseDevice* setRootDevice(SkBaseDevice* device);
-
- /**
* Gets the size/origin of the top level layer in global canvas coordinates. We don't want this
* to be public because it exposes decisions about layer sizes that are internal to the canvas.
*/
« no previous file with comments | « no previous file | src/core/SkCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698