From dde646afb522ac46d6917ada7c404d91da860bb0 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Mon, 1 Oct 2012 14:58:57 +0000 Subject: re-land removal of setBitmapDevice git-svn-id: http://skia.googlecode.com/svn/trunk@5746 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkCanvas.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/core/SkCanvas.h') 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 @@ -106,12 +106,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. -- cgit v1.2.3