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

Unified Diff: Source/core/paint/FilterEffectBuilder.h

Issue 1326183002: Merge ReferenceFilter into Filter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Touchups; Rebase. Created 5 years, 3 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/core/paint/DeprecatedPaintLayer.cpp ('k') | Source/core/paint/FilterEffectBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/FilterEffectBuilder.h
diff --git a/Source/core/paint/FilterEffectBuilder.h b/Source/core/paint/FilterEffectBuilder.h
index 03ef449182054694038d6b02161826ebc17313fd..0016412efb940a013c23208b6522bda811ac8364 100644
--- a/Source/core/paint/FilterEffectBuilder.h
+++ b/Source/core/paint/FilterEffectBuilder.h
@@ -36,8 +36,8 @@
namespace blink {
+class Filter;
class FilterOperations;
-class ReferenceFilter;
class Element;
class CORE_EXPORT FilterEffectBuilder final : public RefCountedWillBeGarbageCollectedFinalized<FilterEffectBuilder> {
@@ -62,7 +62,7 @@ private:
FilterEffectBuilder();
RefPtrWillBeMember<FilterEffect> m_lastEffect;
- WillBeHeapVector<RefPtrWillBeMember<ReferenceFilter>> m_referenceFilters;
+ WillBeHeapVector<RefPtrWillBeMember<Filter>> m_referenceFilters;
};
} // namespace blink
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayer.cpp ('k') | Source/core/paint/FilterEffectBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698