Index: cc/test/test_texture.cc |
diff --git a/cc/test/test_texture.cc b/cc/test/test_texture.cc |
index d94ad563a8c0b2766e576d337f1d5c8c6c2e0132..0f4f07cafbc3d800ef524d0243e2c5c09db1378c 100644 |
--- a/cc/test/test_texture.cc |
+++ b/cc/test/test_texture.cc |
@@ -5,7 +5,6 @@ |
#include "cc/test/test_texture.h" |
#include "gpu/GLES2/gl2extchromium.h" |
-#include "third_party/khronos/GLES2/gl2.h" |
#include "third_party/khronos/GLES2/gl2ext.h" |
namespace cc { |
@@ -35,7 +34,7 @@ void TestTexture::Reallocate(gfx::Size size, ResourceFormat format) { |
this->data.reset(new uint8_t[TextureSizeBytes(size, format)]); |
} |
-bool TestTexture::IsValidParameter(blink::WGC3Denum pname) { |
+bool TestTexture::IsValidParameter(GLenum pname) { |
return params.find(pname) != params.end(); |
} |