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

Unified Diff: Source/platform/animation/KeyframeValueList.h

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 11 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/platform/TracedValue.h ('k') | Source/platform/animation/TimingFunctionTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/animation/KeyframeValueList.h
diff --git a/Source/platform/animation/KeyframeValueList.h b/Source/platform/animation/KeyframeValueList.h
index 7eef2fff19987fe20df268af488775dd034da443..1aee1dba5728f694d149808ba6cead78eb8327f9 100644
--- a/Source/platform/animation/KeyframeValueList.h
+++ b/Source/platform/animation/KeyframeValueList.h
@@ -81,7 +81,7 @@ public:
void insert(PassOwnPtr<const AnimationValue>);
protected:
- Vector<OwnPtr<const AnimationValue> > m_values;
+ Vector<OwnPtr<const AnimationValue>> m_values;
AnimatedPropertyID m_property;
};
« no previous file with comments | « Source/platform/TracedValue.h ('k') | Source/platform/animation/TimingFunctionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698