aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-21 19:25:44 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-21 19:25:44 +0000
commit714df17e83af86f5e2fd9ce534331dd39a603180 (patch)
treee15b364cceed3db49e48b6266af65a2453cc133b /include/utils
parent6bac947cd5bc460dd9166ada6310d678fd2e39f8 (diff)
Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed in r1625.
Review URL: http://codereview.appspot.com/4654047/ git-svn-id: http://skia.googlecode.com/svn/trunk@1664 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/utils')
-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;