| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index ff25e3d05c92cbb166f8167c29f57d3690ac6f27..99c29ee2e3549bfa6701d5d0304f213a833356f2 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -341,13 +341,6 @@ protected:
|
| const SkPixelGeometry fPixelGeometry;
|
| };
|
|
|
| -#ifdef SK_SUPPORT_LEGACY_ONCREATECOMPATIBLEDEVICE
|
| - // legacy method name -- please override onCreateDevice instead
|
| - virtual SkBaseDevice* onCreateCompatibleDevice(const CreateInfo&) {
|
| - return NULL;
|
| - }
|
| -#endif
|
| -
|
| /**
|
| * Create a new device based on CreateInfo. If the paint is not null, then it represents a
|
| * preview of how the new device will be composed with its creator device (this).
|
|
|