Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: Source/core/rendering/RenderLayerReflectionInfo.cpp

Issue 620753006: Rendering API cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/rendering/RenderLayerReflectionInfo.h ('k') | Source/core/rendering/RenderLayerStackingNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-{
- return box().debugName() + " (reflection)";
-}
-
} // namespace blink
« no previous file with comments | « Source/core/rendering/RenderLayerReflectionInfo.h ('k') | Source/core/rendering/RenderLayerStackingNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698