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

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

Issue 1106693002: Move the anonymous decoration to decoratedName. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/layout/LayoutBlockFlow.cpp ('k') | Source/core/layout/LayoutDeprecatedFlexibleBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutDeprecatedFlexibleBox.h
diff --git a/Source/core/layout/LayoutDeprecatedFlexibleBox.h b/Source/core/layout/LayoutDeprecatedFlexibleBox.h
index 4e6ec89cc18305f7f87a6075755db53adf7dfd04..bb089597c3cef7eef6f5bce240574d5261026b52 100644
--- a/Source/core/layout/LayoutDeprecatedFlexibleBox.h
+++ b/Source/core/layout/LayoutDeprecatedFlexibleBox.h
@@ -34,7 +34,7 @@ public:
LayoutDeprecatedFlexibleBox(Element&);
virtual ~LayoutDeprecatedFlexibleBox();
- virtual const char* name() const override;
+ virtual const char* name() const override { return "LayoutDeprecatedFlexibleBox"; }
virtual void styleWillChange(StyleDifference, const ComputedStyle& newStyle) override;
« no previous file with comments | « Source/core/layout/LayoutBlockFlow.cpp ('k') | Source/core/layout/LayoutDeprecatedFlexibleBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698