diff options
Diffstat (limited to 'WebCore/platform/graphics/mac/WebLayer.h')
-rw-r--r-- | WebCore/platform/graphics/mac/WebLayer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/mac/WebLayer.h b/WebCore/platform/graphics/mac/WebLayer.h index b8b46ed..af53ae6 100644 --- a/WebCore/platform/graphics/mac/WebLayer.h +++ b/WebCore/platform/graphics/mac/WebLayer.h @@ -42,6 +42,13 @@ namespace WebCore { @end +#if defined(BUILDING_ON_LEOPARD) +@interface CALayer(WebLayerInternal) +- (CGAffineTransform)contentsTransform; +- (void)setContentsTransform:(CGAffineTransform)t; +@end +#endif + @interface WebLayer : CALayer { WebCore::GraphicsLayer* m_layerOwner; |