| Index: include/core/SkBitmapDevice.h
|
| diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h
|
| index a288f8a3e2c028ef78e8cad81a39051addc9d39a..530b85c9f8199753db290498cdc90ff3e909eea9 100644
|
| --- a/include/core/SkBitmapDevice.h
|
| +++ b/include/core/SkBitmapDevice.h
|
| @@ -87,7 +87,7 @@ public:
|
|
|
| /** Return the bitmap config of the device's pixels
|
| */
|
| - virtual SkBitmap::Config config() const SK_OVERRIDE { return fBitmap.getConfig(); }
|
| + virtual SkBitmap::Config config() const SK_OVERRIDE { return fBitmap.config(); }
|
|
|
| /**
|
| * DEPRECATED: This will be made protected once WebKit stops using it.
|
|
|