Index: ui/aura/bench/bench_main.cc |
diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc |
index 5be1b2924afd2a80bb79edc4cdfeda1bbbd7e380..09eb544bef85bbbfb82b267ccb0fc158698f28ef 100644 |
--- a/ui/aura/bench/bench_main.cc |
+++ b/ui/aura/bench/bench_main.cc |
@@ -135,7 +135,7 @@ class BenchCompositorObserver : public ui::CompositorObserver { |
class WebGLTexture : public ui::Texture { |
public: |
WebGLTexture(WebGraphicsContext3D* context, const gfx::Size& size) |
- : ui::Texture(false, size), |
+ : ui::Texture(false, size, 1.0f), |
context_(context) { |
set_texture_id(context_->createTexture()); |
context_->bindTexture(GL_TEXTURE_2D, texture_id()); |