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

Unified Diff: Source/core/layout/svg/ReferenceFilterBuilder.h

Issue 1106973004: Cleanup color space resolution for ReferenceFilterBuilder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Touchup comment. Created 5 years, 8 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 | « LayoutTests/TestExpectations ('k') | Source/core/layout/svg/ReferenceFilterBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/ReferenceFilterBuilder.h
diff --git a/Source/core/layout/svg/ReferenceFilterBuilder.h b/Source/core/layout/svg/ReferenceFilterBuilder.h
index 70ff1a24321a8514c8adeb60ea7b0baf8c5a4a41..5d26022398ec8eb338b02bfc747ad5fcfa0a1489 100644
--- a/Source/core/layout/svg/ReferenceFilterBuilder.h
+++ b/Source/core/layout/svg/ReferenceFilterBuilder.h
@@ -50,7 +50,7 @@ public:
static void setDocumentResourceReference(const FilterOperation*, PassOwnPtr<DocumentResourceReference>);
static void clearDocumentResourceReference(const FilterOperation*);
- static PassRefPtrWillBeRawPtr<FilterEffect> build(Filter*, LayoutObject*, FilterEffect*, const ReferenceFilterOperation*);
+ static PassRefPtrWillBeRawPtr<FilterEffect> build(Filter*, LayoutObject&, FilterEffect*, const ReferenceFilterOperation&);
private:
static HashMap<const FilterOperation*, OwnPtr<DocumentResourceReference>>* documentResourceReferences;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/layout/svg/ReferenceFilterBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698