Chromium Code Reviews| Index: Source/core/rendering/RenderLayerReflectionInfo.cpp |
| diff --git a/Source/core/rendering/RenderLayerReflectionInfo.cpp b/Source/core/rendering/RenderLayerReflectionInfo.cpp |
| index a14ac1c76b4217ef5534e1ad38d618ddfe85b757..55db15cc2628d07c19f4bda9458d08947c42cf37 100644 |
| --- a/Source/core/rendering/RenderLayerReflectionInfo.cpp |
| +++ b/Source/core/rendering/RenderLayerReflectionInfo.cpp |
| @@ -145,9 +145,4 @@ void RenderLayerReflectionInfo::paint(GraphicsContext* context, const LayerPaint |
| m_isPaintingInsideReflection = false; |
| } |
| -String RenderLayerReflectionInfo::debugName() const |
|
Julien - ping for review
2014/10/02 16:47:49
Isn't this used in debug?
|
| -{ |
| - return box().debugName() + " (reflection)"; |
| -} |
| - |
| } // namespace blink |