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

Unified Diff: Source/core/css/CSSContentDistributionValue.h

Issue 710293002: Remove unnecessary explicit keywords from a constructor with more than one parameters in css direct… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | Source/core/css/SelectorChecker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSContentDistributionValue.h
diff --git a/Source/core/css/CSSContentDistributionValue.h b/Source/core/css/CSSContentDistributionValue.h
index a624ecd1fcea2d113416402102824a4194f77fb7..120f0e09c2b3e635337d6056e8a55afc3b07a3fc 100644
--- a/Source/core/css/CSSContentDistributionValue.h
+++ b/Source/core/css/CSSContentDistributionValue.h
@@ -32,7 +32,7 @@ public:
void traceAfterDispatch(Visitor* visitor) { CSSValue::traceAfterDispatch(visitor); }
private:
- explicit CSSContentDistributionValue(CSSValueID distribution, CSSValueID position, CSSValueID overflow);
+ CSSContentDistributionValue(CSSValueID distribution, CSSValueID position, CSSValueID overflow);
CSSValueID m_distribution;
CSSValueID m_position;
« no previous file with comments | « no previous file | Source/core/css/SelectorChecker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698