aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-01 14:58:57 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-01 14:58:57 +0000
commitdde646afb522ac46d6917ada7c404d91da860bb0 (patch)
tree885222818c06aeb339385a2a3d20dc7cc43a1da6 /include
parentffad46b264de469b2dd51aab6caaef71099fdbbf (diff)
re-land removal of setBitmapDevice
git-svn-id: http://skia.googlecode.com/svn/trunk@5746 2bbb7eff-a529-9590-31e7-b0007b416f81
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.
*/