Index: content/renderer/gpu/transport_texture_host.cc |
diff --git a/content/renderer/gpu/transport_texture_host.cc b/content/renderer/gpu/transport_texture_host.cc |
index 5c2f88de56876ccad44ee7bbcffbbdfbd9798086..22eecae6866d84a3871463ec0419c39d482cbe0d 100644 |
--- a/content/renderer/gpu/transport_texture_host.cc |
+++ b/content/renderer/gpu/transport_texture_host.cc |
@@ -2,7 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include <GLES2/gl2.h> |
#include <algorithm> |
@@ -16,6 +15,7 @@ |
#include "content/common/gpu/gpu_messages.h" |
#include "content/renderer/gpu/renderer_gl_context.h" |
#include "content/renderer/gpu/transport_texture_service.h" |
+#include "gpu/GLES2/gl2.h" |
TransportTextureHost::TransportTextureHost(MessageLoop* io_message_loop, |
MessageLoop* render_message_loop, |