Chromium Code Reviews| Index: skia/ext/platform_device.cc |
| diff --git a/skia/ext/platform_device.cc b/skia/ext/platform_device.cc |
| index b6748fc636d0c50ff4688fe5601522fe8db8f848..85c74efdb0a4ff76cfafab690ee03b61bbf1397a 100644 |
| --- a/skia/ext/platform_device.cc |
| +++ b/skia/ext/platform_device.cc |
| @@ -31,4 +31,6 @@ PlatformDevice* GetPlatformDevice(SkBaseDevice* device) { |
| return NULL; |
| } |
| +PlatformDevice::~PlatformDevice() {} |
| + |
| } // namespace skia |