| Index: experimental/PdfViewer/SkTrackDevice.h
|
| diff --git a/experimental/PdfViewer/SkTrackDevice.h b/experimental/PdfViewer/SkTrackDevice.h
|
| index bb6aace46baa496378b75afc94eba316ebf54302..25857f6635cc373f9a74d46f987e832155f72f39 100644
|
| --- a/experimental/PdfViewer/SkTrackDevice.h
|
| +++ b/experimental/PdfViewer/SkTrackDevice.h
|
| @@ -33,17 +33,6 @@ public:
|
| : SkBitmapDevice(bitmap, deviceProperties)
|
| , fTracker(NULL) {}
|
|
|
| -#ifdef SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG
|
| - SkTrackDevice(SkBitmap::Config config, int width, int height, bool isOpaque = false)
|
| - : SkBitmapDevice(config, width, height, isOpaque)
|
| - , fTracker(NULL) {}
|
| -
|
| - SkTrackDevice(SkBitmap::Config config, int width, int height, bool isOpaque,
|
| - const SkDeviceProperties& deviceProperties)
|
| - : SkBitmapDevice(config, width, height, isOpaque, deviceProperties)
|
| - , fTracker(NULL) {}
|
| -#endif
|
| -
|
| virtual ~SkTrackDevice() {}
|
|
|
| // Install a tracker - we can reuse the tracker between multiple devices, and the state of the
|
|
|