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

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

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.h
diff --git a/Source/core/platform/graphics/filters/custom/FECustomFilter.h b/Source/core/platform/graphics/filters/custom/FECustomFilter.h
index 0fea78a25445f490bc2899caac2f12bed7de92bd..5f1fe548c49835b9cc8373742fb88bfeeaa78215 100644
--- a/Source/core/platform/graphics/filters/custom/FECustomFilter.h
+++ b/Source/core/platform/graphics/filters/custom/FECustomFilter.h
@@ -31,8 +31,6 @@
#ifndef FECustomFilter_h
#define FECustomFilter_h
-#if USE(3D_GRAPHICS)
-
#include "core/platform/graphics/GraphicsTypes3D.h"
#include "core/platform/graphics/filters/Filter.h"
#include "core/platform/graphics/filters/FilterEffect.h"
@@ -100,6 +98,4 @@ private:
} // namespace WebCore
-#endif // USE(3D_GRAPHICS)
-
#endif // FECustomFilter_h

Powered by Google App Engine
This is Rietveld 408576698