Remove deprecation of SkBaseDevice::config() so compile can proceed.
authorjvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 14 Feb 2014 16:39:10 +0000 (16:39 +0000)
committerjvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 14 Feb 2014 16:39:10 +0000 (16:39 +0000)
TBR:reed@google.com

Review URL: https://codereview.chromium.org/163773004

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

include/core/SkDevice.h

index fab4a41..8da5071 100644 (file)
@@ -101,7 +101,6 @@ public:
 
     /** Return the bitmap config of the device's pixels
      */
-    SK_ATTR_DEPRECATED("want to hide configness of the device -- don't use")
     virtual SkBitmap::Config config() const = 0;
 
     /** Return the bitmap associated with this device. Call this each time you need