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

Unified Diff: Source/core/rendering/svg/RenderSVGResourceFilter.h

Issue 620483002: Drop FilterDataState::Applying (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « no previous file | Source/core/rendering/svg/RenderSVGResourceFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/RenderSVGResourceFilter.h
diff --git a/Source/core/rendering/svg/RenderSVGResourceFilter.h b/Source/core/rendering/svg/RenderSVGResourceFilter.h
index e8402ed2f78c14fa9e05cc4ef1d8da188f814a8a..a51bd81f27aa89243fd3a1acc9f870af2ef86c85 100644
--- a/Source/core/rendering/svg/RenderSVGResourceFilter.h
+++ b/Source/core/rendering/svg/RenderSVGResourceFilter.h
@@ -34,7 +34,7 @@ namespace blink {
struct FilterData {
WTF_MAKE_FAST_ALLOCATED;
public:
- enum FilterDataState { PaintingSource, Applying, Built, CycleDetected };
+ enum FilterDataState { PaintingSource, Built, CycleDetected };
FilterData()
: state(PaintingSource)
« no previous file with comments | « no previous file | Source/core/rendering/svg/RenderSVGResourceFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698