| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index fab4a4189e55a25b4c33507df0d01b44a2950f1e..8da5071b9f6334b30feb0c6664c34f0e5dde17e1 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
|
|
|