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

Unified Diff: Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.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/CustomFilterCompiledProgram.h
diff --git a/Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.h b/Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.h
index 63c991178a6e9e6373fde5f18bb79e2f846e8074..23d25a18852ce5c8e5af1306f73546e97bbd7b48 100644
--- a/Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.h
+++ b/Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.h
@@ -30,8 +30,6 @@
#ifndef CustomFilterCompiledProgram_h
#define CustomFilterCompiledProgram_h
-#if USE(3D_GRAPHICS)
-
#include "core/platform/graphics/GraphicsContext3D.h"
#include "core/platform/graphics/filters/custom/CustomFilterProgramInfo.h"
#include <wtf/RefCounted.h>
@@ -94,6 +92,4 @@ private:
}
-#endif // USE(3D_GRAPHICS)
-
#endif

Powered by Google App Engine
This is Rietveld 408576698