Index: WebCore/platform/graphics/GraphicsLayer.h |
=================================================================== |
--- WebCore/platform/graphics/GraphicsLayer.h (revision 55428) |
+++ WebCore/platform/graphics/GraphicsLayer.h (working copy) |
@@ -63,6 +63,12 @@ |
class QGraphicsItem; |
typedef QGraphicsItem PlatformLayer; |
typedef QGraphicsItem* NativeLayer; |
+#elif PLATFORM(CHROMIUM) |
+namespace WebCore { |
+class LayerSkia; |
+typedef LayerSkia PlatformLayer; |
+typedef void* NativeLayer; |
+} |
#else |
typedef void* PlatformLayer; |
typedef void* NativeLayer; |