| Index: sky/compositor/layer.cc
|
| diff --git a/sky/compositor/layer.cc b/sky/compositor/layer.cc
|
| index f138905e3f86d459e6705fcfb697d92d60ab45f4..7631db72c2d242658381da9410ce1adaeb1154b9 100644
|
| --- a/sky/compositor/layer.cc
|
| +++ b/sky/compositor/layer.cc
|
| @@ -27,7 +27,6 @@ void Layer::SetSize(const gfx::Size& size) {
|
| void Layer::Display() {
|
| DCHECK(host_);
|
|
|
| - mojo::GaneshContext::Scope scope(host_->ganesh_context());
|
| mojo::GaneshSurface surface(host_->ganesh_context(),
|
| host_->resource_manager()->CreateTexture(size_));
|
|
|
|
|