| Index: Source/WebCore/platform/graphics/PlatformLayer.h
|
| diff --git a/Source/WebCore/platform/graphics/PlatformLayer.h b/Source/WebCore/platform/graphics/PlatformLayer.h
|
| index 30407cd7adbc586a9ed1bd2955de3a2798ca8b6c..3cb9b61689f0ae7b9395057c9fff3323cabe3d02 100644
|
| --- a/Source/WebCore/platform/graphics/PlatformLayer.h
|
| +++ b/Source/WebCore/platform/graphics/PlatformLayer.h
|
| @@ -46,7 +46,7 @@ namespace WebCore {
|
| typedef WebKit::WebLayer PlatformLayer;
|
| }
|
| #elif PLATFORM(GTK)
|
| -#if USE(TEXTURE_MAPPER_CAIRO) || USE(TEXTURE_MAPPER_GL)
|
| +#if USE(TEXTURE_MAPPER_GL)
|
| namespace WebCore {
|
| class TextureMapperPlatformLayer;
|
| typedef TextureMapperPlatformLayer PlatformLayer;
|
|
|