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

Unified Diff: Source/core/platform/graphics/filters/custom/CustomFilterRenderer.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/CustomFilterRenderer.cpp
diff --git a/Source/core/platform/graphics/filters/custom/CustomFilterRenderer.cpp b/Source/core/platform/graphics/filters/custom/CustomFilterRenderer.cpp
index 0cee8746888e2c953a74e42ec68ded42061101a7..108822594e372cf47a77fa09cbb2052efe360049 100644
--- a/Source/core/platform/graphics/filters/custom/CustomFilterRenderer.cpp
+++ b/Source/core/platform/graphics/filters/custom/CustomFilterRenderer.cpp
@@ -31,7 +31,6 @@
#include "config.h"
-#if USE(3D_GRAPHICS)
#include "core/platform/graphics/filters/custom/CustomFilterRenderer.h"
#include "core/platform/graphics/GraphicsContext3D.h"
@@ -293,5 +292,3 @@ void CustomFilterRenderer::unbindVertexAttributes()
}
} // namespace WebCore
-
-#endif // USE(3D_GRAPHICS)

Powered by Google App Engine
This is Rietveld 408576698