Index: components/test_runner/test_plugin.h |
diff --git a/components/test_runner/test_plugin.h b/components/test_runner/test_plugin.h |
index 65b60e40ff654d8a050bec60a0cdbae054cece78..cc91cbd75f9b4a40e3a9690d1b8e1790a3abf77a 100644 |
--- a/components/test_runner/test_plugin.h |
+++ b/components/test_runner/test_plugin.h |
@@ -29,6 +29,12 @@ namespace cc { |
class SharedBitmap; |
} |
+namespace gpu { |
+namespace gles2 { |
+class GLES2Interface; |
+} |
+} |
+ |
namespace test_runner { |
class WebTestDelegate; |
@@ -150,6 +156,7 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient { |
blink::WebRect rect_; |
blink::WebGraphicsContext3D* context_; |
+ gpu::gles2::GLES2Interface* gl_; |
unsigned color_texture_; |
cc::TextureMailbox texture_mailbox_; |
scoped_ptr<cc::SharedBitmap> shared_bitmap_; |