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

Unified Diff: Source/core/platform/graphics/filters/custom/CustomFilterGlobalContext.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/CustomFilterGlobalContext.h
diff --git a/Source/core/platform/graphics/filters/custom/CustomFilterGlobalContext.h b/Source/core/platform/graphics/filters/custom/CustomFilterGlobalContext.h
index f5bcf8b8f97986ec1eb02da1601b3f40e8ba3c07..7c85c3bdfa712b01adabf8266e98e10e324a76b7 100644
--- a/Source/core/platform/graphics/filters/custom/CustomFilterGlobalContext.h
+++ b/Source/core/platform/graphics/filters/custom/CustomFilterGlobalContext.h
@@ -30,7 +30,6 @@
#ifndef CustomFilterGlobalContext_h
#define CustomFilterGlobalContext_h
-#if USE(3D_GRAPHICS)
#include "core/platform/graphics/ANGLEWebKitBridge.h"
#include "core/platform/graphics/filters/custom/CustomFilterProgramInfo.h"
#include <wtf/HashMap.h>
@@ -80,6 +79,4 @@ private:
} // namespace WebCore
-#endif // USE(3D_GRAPHICS)
-
#endif // CustomFilterGlobalContext_h

Powered by Google App Engine
This is Rietveld 408576698