Commit 1e7ed352 authored by dpranke@chromium.org's avatar dpranke@chromium.org

fix gl include

R=kbr@chromium.org
BUG=
TEST=

Review URL: http://codereview.chromium.org/8540032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110012 0039d316-1c4b-4281-b951-d872f2087c98
parent 6b73dbb5
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include <GLES2/gl2.h>
#include <algorithm> #include <algorithm>
...@@ -16,6 +15,7 @@ ...@@ -16,6 +15,7 @@
#include "content/common/gpu/gpu_messages.h" #include "content/common/gpu/gpu_messages.h"
#include "content/renderer/gpu/renderer_gl_context.h" #include "content/renderer/gpu/renderer_gl_context.h"
#include "content/renderer/gpu/transport_texture_service.h" #include "content/renderer/gpu/transport_texture_service.h"
#include "gpu/GLES2/gl2.h"
TransportTextureHost::TransportTextureHost(MessageLoop* io_message_loop, TransportTextureHost::TransportTextureHost(MessageLoop* io_message_loop,
MessageLoop* render_message_loop, MessageLoop* render_message_loop,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment