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

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

Issue 2043013002: Drop FilterEffectBuilder::m_referenceFilters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
diff --git a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
index 19f6752ca365ecb060f5667e0cd0d771cfb29f1b..443a22c738fd37712e5c4019b82319c25aa8018b 100644
--- a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
+++ b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
@@ -29,13 +29,11 @@
#include "core/CoreExport.h"
#include "platform/graphics/filters/FilterEffect.h"
#include "platform/heap/Handle.h"
-#include "wtf/Vector.h"
class SkPaint;
namespace blink {
-class Filter;
class FilterOperations;
class Element;
@@ -60,7 +58,6 @@ private:
FilterEffectBuilder();
Member<FilterEffect> m_lastEffect;
- HeapVector<Member<Filter>> m_referenceFilters;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698