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

Unified Diff: Source/core/platform/graphics/filters/custom/FECustomFilter.cpp

Issue 14398007: Remove USE(3D_GRAPHICS) as it is always turned on. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
Index: Source/core/platform/graphics/filters/custom/FECustomFilter.cpp
diff --git a/Source/core/platform/graphics/filters/custom/FECustomFilter.cpp b/Source/core/platform/graphics/filters/custom/FECustomFilter.cpp
index 15f0f09b0d0a44d6172bf532fc220e4abc1136cf..6f5eb86351cc40be29aa2d7e7643ec520907aef1 100644
--- a/Source/core/platform/graphics/filters/custom/FECustomFilter.cpp
+++ b/Source/core/platform/graphics/filters/custom/FECustomFilter.cpp
@@ -31,7 +31,6 @@
#include "config.h"
-#if USE(3D_GRAPHICS)
#include "core/platform/graphics/filters/custom/FECustomFilter.h"
#include "core/platform/graphics/Extensions3D.h"
@@ -370,5 +369,3 @@ TextStream& FECustomFilter::externalRepresentation(TextStream& ts, int indent) c
}
} // namespace WebCore
-
-#endif // USE(3D_GRAPHICS)
« no previous file with comments | « Source/core/platform/graphics/filters/custom/FECustomFilter.h ('k') | Source/core/rendering/FilterEffectRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698