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

Unified Diff: gpu/command_buffer/tests/gl_lose_context_chromium_unittests.cc

Issue 11782020: Refactor so chromium only GL extensions require gl2extchromium.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: gpu/command_buffer/tests/gl_lose_context_chromium_unittests.cc
diff --git a/gpu/command_buffer/tests/gl_lose_context_chromium_unittests.cc b/gpu/command_buffer/tests/gl_lose_context_chromium_unittests.cc
index 385cc88bef7bf99a7b33046e5ceae696f9c729c4..00ebc855a36204d4b0683231cbd4e146abf9b8d0 100644
--- a/gpu/command_buffer/tests/gl_lose_context_chromium_unittests.cc
+++ b/gpu/command_buffer/tests/gl_lose_context_chromium_unittests.cc
@@ -4,6 +4,7 @@
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
+#include <GLES2/gl2extchromium.h>
#include "base/logging.h"
#include "gpu/command_buffer/tests/gl_manager.h"
« no previous file with comments | « gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc ('k') | gpu/command_buffer/tests/gl_query_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698