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

Unified Diff: Source/core/layout/LayoutObject.h

Issue 1219723008: Update LayoutObject::name() documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutObject.h
diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
index 70f086801a6ac4c63efa7a6cdda5ac7768b84b69..3b325b751f237f5e503cb8ce7f288ba715784910 100644
--- a/Source/core/layout/LayoutObject.h
+++ b/Source/core/layout/LayoutObject.h
@@ -137,9 +137,7 @@ public:
explicit LayoutObject(Node*);
virtual ~LayoutObject();
- // Note: This will soon just return the name of the object; Fix comment when crbug.com/463967 is done.
- // Returns the decorated name used by run-layout-tests. The name contains the name of the object
- // along with extra information about the layout object state (e.g. positioning).
+ // Returns the name of the layout object.
virtual const char* name() const = 0;
// Returns the decorated name used by run-layout-tests. The name contains the name of the object
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698