aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkDevice.h')
-rw-r--r--include/core/SkDevice.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index ff25e3d05c..99c29ee2e3 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).