aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkProxyCanvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/SkProxyCanvas.h')
-rw-r--r--include/utils/SkProxyCanvas.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/utils/SkProxyCanvas.h b/include/utils/SkProxyCanvas.h
index 5d03c071b7..8d8daec589 100644
--- a/include/utils/SkProxyCanvas.h
+++ b/include/utils/SkProxyCanvas.h
@@ -75,9 +75,6 @@ public:
virtual SkBounder* setBounder(SkBounder* bounder);
virtual SkDrawFilter* setDrawFilter(SkDrawFilter* filter);
- virtual SkDevice* createDevice(SkBitmap::Config, int width, int height,
- bool isOpaque);
-
private:
SkCanvas* fProxy;