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
This commit is contained in:
bsalomon@google.com 2011-06-21 19:25:44 +00:00
parent 6bac947cd5
commit 714df17e83

View File

@ -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;