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

Unified Diff: Source/core/dom/Node.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/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index cae01afe416ace4c707e7a7b8b6e53f8098d3dad..9e6f08ffab15a762a2e6671568ca34ca65598d31 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -589,9 +589,9 @@ public:
//
virtual void removedFrom(ContainerNode* insertionPoint);
-#ifndef NDEBUG
String debugName() const;
+#ifndef NDEBUG
virtual void formatForDebugger(char* buffer, unsigned length) const;
void showNode(const char* prefix = "") const;

Powered by Google App Engine
This is Rietveld 408576698