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

Unified Diff: Source/core/layout/shapes/PolygonShape.h

Issue 1013213002: Fix template angle bracket syntax in core (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/layout/LayoutCounter.cpp ('k') | Source/core/layout/shapes/Shape.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/shapes/PolygonShape.h
diff --git a/Source/core/layout/shapes/PolygonShape.h b/Source/core/layout/shapes/PolygonShape.h
index 86e574542689f5d527fd3ce9f437d4f30799bdf0..1ad286b1fa947470e8f86815b72a30e160958245 100644
--- a/Source/core/layout/shapes/PolygonShape.h
+++ b/Source/core/layout/shapes/PolygonShape.h
@@ -60,7 +60,7 @@ private:
class PolygonShape final : public Shape {
WTF_MAKE_NONCOPYABLE(PolygonShape);
public:
- PolygonShape(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule)
+ PolygonShape(PassOwnPtr<Vector<FloatPoint>> vertices, WindRule fillRule)
: Shape()
, m_polygon(vertices, fillRule)
{
« no previous file with comments | « Source/core/layout/LayoutCounter.cpp ('k') | Source/core/layout/shapes/Shape.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698