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

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

Issue 18473002: Add an API to report debugName in GraphicsLayer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: clear setName Created 7 years, 5 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
Index: Source/core/rendering/RenderObject.h
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
index 8cc247b2e88b57ace5c9bfb2ea62ca3a2015b3c7..49b7ffb1729d229b3fe401e58c192784ca97fb62 100644
--- a/Source/core/rendering/RenderObject.h
+++ b/Source/core/rendering/RenderObject.h
@@ -149,9 +149,7 @@ public:
virtual const char* renderName() const = 0;
-#ifndef NDEBUG
String debugName() const;
-#endif
RenderObject* parent() const { return m_parent; }
bool isDescendantOf(const RenderObject*) const;

Powered by Google App Engine
This is Rietveld 408576698