aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkCanvas.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 94801842f4..45db96f045 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -107,12 +107,6 @@ public:
SkDevice* getTopDevice(bool updateMatrixClip = false) const;
/**
- * Create a new raster device and make it current. This also returns
- * the new device.
- */
- SkDevice* setBitmapDevice(const SkBitmap& bitmap);
-
- /**
* Shortcut for getDevice()->createCompatibleDevice(...).
* If getDevice() == NULL, this method does nothing, and returns NULL.
*/