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

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

Issue 989173003: Fix template angle bracket syntax in css (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/css/StyleRule.cpp ('k') | Source/core/css/StyleRuleKeyframe.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleRuleKeyframe.h
diff --git a/Source/core/css/StyleRuleKeyframe.h b/Source/core/css/StyleRuleKeyframe.h
index bab2481ed55708907c555ef5933c042adf25043a..8783a7f815e1e4602503efa3f342c870a8acad94 100644
--- a/Source/core/css/StyleRuleKeyframe.h
+++ b/Source/core/css/StyleRuleKeyframe.h
@@ -28,7 +28,7 @@ public:
// Used by StyleResolver.
const Vector<double>& keys() const;
// Used by BisonCSSParser when constructing a new StyleRuleKeyframe.
- void setKeys(PassOwnPtr<Vector<double> >);
+ void setKeys(PassOwnPtr<Vector<double>>);
const StylePropertySet& properties() const { return *m_properties; }
MutableStylePropertySet& mutableProperties();
@@ -38,7 +38,7 @@ public:
DECLARE_TRACE_AFTER_DISPATCH();
- static PassOwnPtr<Vector<double> > createKeyList(CSSParserValueList*);
+ static PassOwnPtr<Vector<double>> createKeyList(CSSParserValueList*);
private:
StyleRuleKeyframe();
« no previous file with comments | « Source/core/css/StyleRule.cpp ('k') | Source/core/css/StyleRuleKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698