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

Unified Diff: Source/platform/graphics/GraphicsContextAnnotation.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/graphics/GraphicsContext.h ('k') | Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GraphicsContextAnnotation.h
diff --git a/Source/platform/graphics/GraphicsContextAnnotation.h b/Source/platform/graphics/GraphicsContextAnnotation.h
index af2bc409434b186c6fff5da46b09ee0c1994c8e2..0ed9c4b3b1f65c4f2e229f61905f5bfea02148f2 100644
--- a/Source/platform/graphics/GraphicsContextAnnotation.h
+++ b/Source/platform/graphics/GraphicsContextAnnotation.h
@@ -48,7 +48,7 @@ enum AnnotationMode {
};
typedef unsigned AnnotationModeFlags;
-typedef Vector<std::pair<const char*, String> > AnnotationList;
+typedef Vector<std::pair<const char*, String>> AnnotationList;
} // namespace blink
« no previous file with comments | « Source/platform/graphics/GraphicsContext.h ('k') | Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698