Index: ui/aura/bench/bench_main.cc |
diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc |
index 7d416757dce1589489baa77d6873d058511eb3d5..9197ed2e86959bcd3d34cd20653e1e440f093daa 100644 |
--- a/ui/aura/bench/bench_main.cc |
+++ b/ui/aura/bench/bench_main.cc |
@@ -144,6 +144,10 @@ class WebGLTexture : public ui::Texture { |
GL_RGBA, GL_UNSIGNED_BYTE, NULL); |
} |
+ virtual WebGraphicsContext3D* hostContext3D() OVERRIDE { |
+ return context_; |
+ } |
+ |
private: |
virtual ~WebGLTexture() { |
context_->deleteTexture(texture_id()); |