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

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

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/RenderLayer.cpp ('k') | Source/core/rendering/RenderLayerReflectionInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderLayerReflectionInfo.h
diff --git a/Source/core/rendering/RenderLayerReflectionInfo.h b/Source/core/rendering/RenderLayerReflectionInfo.h
index e0a38958ec3c6244d4104ce8176850eae8dd8d1e..45772f60987934980333c5d2cee61e19fb42e855 100644
--- a/Source/core/rendering/RenderLayerReflectionInfo.h
+++ b/Source/core/rendering/RenderLayerReflectionInfo.h
@@ -70,8 +70,6 @@ public:
void paint(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
- String debugName() const;
-
private:
RenderBox& box() { return *m_box; }
const RenderBox& box() const { return *m_box; }
« no previous file with comments | « Source/core/rendering/RenderLayer.cpp ('k') | Source/core/rendering/RenderLayerReflectionInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698