| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index ed1c8fd63b523415d0cbb2f9858c29e4712c2d1d..22a56d007de034749791b33d7d1e82cd462cf78e 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -90,8 +90,9 @@ public:
|
| */
|
| virtual bool isOpaque() const = 0;
|
|
|
| - /** DEPRECATED - Return the bitmap config of the device's pixels
|
| + /** 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
|
|
|