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

Unified Diff: Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.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/CustomFilterCompiledProgram.cpp
diff --git a/Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp b/Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp
index e6e26c81d4e482098ee1b47543b5809d86425ffb..ffe8b0f6f35bafa25138e0aab1bfc3a1f4cae2e4 100644
--- a/Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp
+++ b/Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp
@@ -29,7 +29,6 @@
#include "config.h"
-#if USE(3D_GRAPHICS)
#include "core/platform/graphics/filters/custom/CustomFilterCompiledProgram.h"
#include "core/platform/graphics/filters/custom/CustomFilterGlobalContext.h"
@@ -151,4 +150,3 @@ CustomFilterCompiledProgram::~CustomFilterCompiledProgram()
}
} // namespace WebCore
-#endif // USE(3D_GRAPHICS)

Powered by Google App Engine
This is Rietveld 408576698