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

Unified Diff: cc/test/test_texture.cc

Issue 133023002: Remove unnecessary use of blink typedefs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « cc/test/test_texture.h ('k') | cc/test/test_web_graphics_context_3d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « cc/test/test_texture.h ('k') | cc/test/test_web_graphics_context_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698