summaryrefslogtreecommitdiffstats
path: root/base/gfx/platform_device_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gfx/platform_device_linux.h')
-rw-r--r--base/gfx/platform_device_linux.h19
1 files changed, 3 insertions, 16 deletions
diff --git a/base/gfx/platform_device_linux.h b/base/gfx/platform_device_linux.h
index 8be2e4a..ffd5a2d 100644
--- a/base/gfx/platform_device_linux.h
+++ b/base/gfx/platform_device_linux.h
@@ -5,21 +5,8 @@
#ifndef BASE_GFX_PLATFORM_DEVICE_LINUX_H_
#define BASE_GFX_PLATFORM_DEVICE_LINUX_H_
-#include "SkDevice.h"
-
-namespace gfx {
-
-// Blindly copying the mac hierarchy.
-class PlatformDeviceLinux : public SkDevice {
- public:
- // Returns if the preferred rendering engine is vectorial or bitmap based.
- virtual bool IsVectorial() = 0;
-
- protected:
- // Forwards |bitmap| to SkDevice's constructor.
- PlatformDeviceLinux(const SkBitmap& bitmap);
-};
-
-} // namespace gfx
+// TODO(brettw) this file should be removed and the includes changed to this
+// new location.
+#include "webkit/port/platform/graphics/skia/public/PlatformDeviceLinux.h"
#endif // BASE_GFX_PLATFORM_DEVICE_LINUX_H_