aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-28 20:59:03 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-28 20:59:03 +0000
commit768d59b97d9cdae1e66412b7fbe53c87c41a6cff (patch)
tree3769cbdb9cce13cbcc4cab4cbdb71d5709373901 /include
parentbe584d782020fe0d413a9ab4e9a57a13b1ac1032 (diff)
remove setBitmapDevice -- no longer called, and is a necessary step on our way
to removing setDevice (and hopefully getDevice after that). git-svn-id: http://skia.googlecode.com/svn/trunk@5732 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.
*/