Index: ui/aura/bench/bench_main.cc |
diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc |
index 447b3034a8eae9c7b0a8801b61f5407334e34c1d..e09a6c5402f7c6e35518811082a2fca08db6473e 100644 |
--- a/ui/aura/bench/bench_main.cc |
+++ b/ui/aura/bench/bench_main.cc |
@@ -157,7 +157,7 @@ class WebGLBench : public BenchCompositorObserver { |
int max_frames) |
: BenchCompositorObserver(max_frames), |
parent_(parent), |
- webgl_(ui::LAYER_TEXTURED), |
+ webgl_(ui::LAYER_SOLID_COLOR), |
compositor_(compositor), |
fbo_(0), |
do_draw_(true) { |
@@ -223,7 +223,7 @@ class WebGLBench : public BenchCompositorObserver { |
} |
virtual ~WebGLBench() { |
- webgl_.SetShowPaintedContent(); |
+ webgl_.SetShowSolidColorContent(); |
gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); |
gl->DeleteFramebuffers(1, &fbo_); |
compositor_->RemoveObserver(this); |