summaryrefslogtreecommitdiffstats
path: root/cc/texture_layer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/texture_layer.cc')
-rw-r--r--cc/texture_layer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/texture_layer.cc b/cc/texture_layer.cc
index 2afa51c..b6007f0 100644
--- a/cc/texture_layer.cc
+++ b/cc/texture_layer.cc
@@ -4,10 +4,11 @@
#include "cc/texture_layer.h"
-#include "third_party/khronos/GLES2/gl2.h"
#include "cc/layer_tree_host.h"
#include "cc/texture_layer_client.h"
#include "cc/texture_layer_impl.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
+#include "third_party/khronos/GLES2/gl2.h"
namespace cc {