summaryrefslogtreecommitdiffstats
path: root/base/gfx/bitmap_platform_device_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gfx/bitmap_platform_device_linux.h')
-rw-r--r--base/gfx/bitmap_platform_device_linux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/gfx/bitmap_platform_device_linux.h b/base/gfx/bitmap_platform_device_linux.h
index 2bb5a24..f459d42 100644
--- a/base/gfx/bitmap_platform_device_linux.h
+++ b/base/gfx/bitmap_platform_device_linux.h
@@ -24,6 +24,9 @@ class BitmapPlatformDeviceLinux : public PlatformDeviceLinux {
/// the Windows and Mac versions of this class do.
BitmapPlatformDeviceLinux(const SkBitmap& other);
virtual ~BitmapPlatformDeviceLinux();
+
+ // A stub copy constructor. Needs to be properly implemented.
+ BitmapPlatformDeviceLinux(const BitmapPlatformDeviceLinux& other);
};
} // namespace gfx