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

Unified Diff: Source/platform/graphics/filters/FilterOperations.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/filters/FilterEffect.h ('k') | Source/platform/graphics/gpu/DrawingBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FilterOperations.h
diff --git a/Source/platform/graphics/filters/FilterOperations.h b/Source/platform/graphics/filters/FilterOperations.h
index 99e9a828f6c6ba593dbd7d256a5ce54340940b90..eee6ce8895c7e71496084ccac285f492eff59341 100644
--- a/Source/platform/graphics/filters/FilterOperations.h
+++ b/Source/platform/graphics/filters/FilterOperations.h
@@ -59,7 +59,7 @@ public:
m_operations.clear();
}
- typedef WillBeHeapVector<RefPtrWillBeMember<FilterOperation> > FilterOperationVector;
+ typedef WillBeHeapVector<RefPtrWillBeMember<FilterOperation>> FilterOperationVector;
FilterOperationVector& operations() { return m_operations; }
const FilterOperationVector& operations() const { return m_operations; }
« no previous file with comments | « Source/platform/graphics/filters/FilterEffect.h ('k') | Source/platform/graphics/gpu/DrawingBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698