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

Unified Diff: Source/platform/image-decoders/gif/GIFImageReader.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/heap/Visitor.h ('k') | Source/platform/image-decoders/ico/ICOImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/image-decoders/gif/GIFImageReader.h
diff --git a/Source/platform/image-decoders/gif/GIFImageReader.h b/Source/platform/image-decoders/gif/GIFImageReader.h
index 72b4a1e225e7ed73d754bf7fba5016845fbb249b..475df23ce48a7cd4d48df171339f8aa65641969f 100644
--- a/Source/platform/image-decoders/gif/GIFImageReader.h
+++ b/Source/platform/image-decoders/gif/GIFImageReader.h
@@ -356,7 +356,7 @@ private:
GIFColorMap m_globalColorMap;
int m_loopCount; // Netscape specific extension block to control the number of animation loops a GIF renders.
- Vector<OwnPtr<GIFFrameContext> > m_frames;
+ Vector<OwnPtr<GIFFrameContext>> m_frames;
RefPtr<blink::SharedBuffer> m_data;
bool m_parseCompleted;
« no previous file with comments | « Source/platform/heap/Visitor.h ('k') | Source/platform/image-decoders/ico/ICOImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698