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

Unified Diff: Source/platform/graphics/ThreadSafeDataTransport.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
Index: Source/platform/graphics/ThreadSafeDataTransport.h
diff --git a/Source/platform/graphics/ThreadSafeDataTransport.h b/Source/platform/graphics/ThreadSafeDataTransport.h
index 28016d7376b8efd731abdecc6093f5185cb9f01e..9fdea6c0ee2bc0e6fc7d4a7844dd81c2610669a3 100644
--- a/Source/platform/graphics/ThreadSafeDataTransport.h
+++ b/Source/platform/graphics/ThreadSafeDataTransport.h
@@ -62,7 +62,7 @@ public:
private:
Mutex m_mutex;
- Vector<RefPtr<SharedBuffer> > m_newBufferQueue;
+ Vector<RefPtr<SharedBuffer>> m_newBufferQueue;
RefPtr<SharedBuffer> m_readBuffer;
bool m_allDataReceived;
size_t m_readPosition;
« no previous file with comments | « Source/platform/graphics/ImageDecodingStore.cpp ('k') | Source/platform/graphics/ThreadSafeDataTransport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698