From 09321f5ff221e53ea740fa61b7360bbe6d1392b0 Mon Sep 17 00:00:00 2001 From: "jvanverth@google.com" Date: Fri, 14 Feb 2014 16:39:10 +0000 Subject: [PATCH] Remove deprecation of SkBaseDevice::config() so compile can proceed. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h index fab4a41..8da5071 100644 --- a/include/core/SkDevice.h +++ b/include/core/SkDevice.h @@ -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 -- 2.7.4