Chromium Code Reviews

Unified Diff: Source/core/platform/graphics/filters/custom/CustomFilterProgram.cpp

Issue 93873009: Moved GL enums from GraphicsContext3D to a more generic location. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Changed over to use the standard GL headers and enums. Also fixed some minor style issues. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/platform/graphics/filters/custom/CustomFilterProgram.cpp
diff --git a/Source/core/platform/graphics/filters/custom/CustomFilterProgram.cpp b/Source/core/platform/graphics/filters/custom/CustomFilterProgram.cpp
index 7a668af8a4d25819446c91b7b66b4af4de844f9d..8e23e024ce5de9bd3ba29c0ea0cab507bd79cf9a 100644
--- a/Source/core/platform/graphics/filters/custom/CustomFilterProgram.cpp
+++ b/Source/core/platform/graphics/filters/custom/CustomFilterProgram.cpp
@@ -32,6 +32,8 @@
#include "platform/graphics/filters/custom/CustomFilterProgramClient.h"
+#include "third_party/khronos/GLES2/gl2.h"
jamesr 2013/12/06 22:41:01 is this include used?
+
namespace WebCore {
CustomFilterProgram::CustomFilterProgram(CustomFilterProgramType programType, const CustomFilterProgramMixSettings& mixSettings, CustomFilterMeshType meshType)

Powered by Google App Engine