aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkBitmapDevice.h')
-rw-r--r--src/core/SkBitmapDevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkBitmapDevice.h b/src/core/SkBitmapDevice.h
index a97ad01457..d6b512754f 100644
--- a/src/core/SkBitmapDevice.h
+++ b/src/core/SkBitmapDevice.h
@@ -163,8 +163,6 @@ private:
void* fRasterHandle = nullptr;
SkRasterClipStack fRCStack;
- void setNewSize(const SkISize&); // Used by SkCanvas for resetForNextPicture().
-
typedef SkBaseDevice INHERITED;
};