diff options
Diffstat (limited to 'WebCore/rendering/RenderLayerBacking.h')
-rw-r--r-- | WebCore/rendering/RenderLayerBacking.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderLayerBacking.h b/WebCore/rendering/RenderLayerBacking.h index ff8c76c..faa553c 100644 --- a/WebCore/rendering/RenderLayerBacking.h +++ b/WebCore/rendering/RenderLayerBacking.h @@ -159,7 +159,7 @@ private: void updateImageContents(); bool rendererHasBackground() const; - const Color& rendererBackgroundColor() const; + const Color rendererBackgroundColor() const; bool hasNonCompositingContent() const; @@ -169,6 +169,10 @@ private: static int graphicsLayerToCSSProperty(AnimatedPropertyID); static AnimatedPropertyID cssToGraphicsLayerProperty(int); +#ifndef NDEBUG + String nameForLayer() const; +#endif + private: RenderLayer* m_owningLayer; |