Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed in r1625.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 21 Jun 2011 19:25:44 +0000 (19:25 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 21 Jun 2011 19:25:44 +0000 (19:25 +0000)
Review URL: http://codereview.appspot.com/4654047/

git-svn-id: http://skia.googlecode.com/svn/trunk@1664 2bbb7eff-a529-9590-31e7-b0007b416f81

include/utils/SkProxyCanvas.h

index 5d03c071b7f3fc165537353907584890fa4ffcf0..8d8daec5898fd4fbf502c141e89c1183eca32566 100644 (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;