| Index: mojo/services/view_manager/window_tree_host_impl.cc
|
| diff --git a/mojo/services/view_manager/window_tree_host_impl.cc b/mojo/services/view_manager/window_tree_host_impl.cc
|
| index b82da1df71c7b3ac60218a35a4118bf412d6df75..f6ded7f92a95827499501a3e6f13e498b831f12f 100644
|
| --- a/mojo/services/view_manager/window_tree_host_impl.cc
|
| +++ b/mojo/services/view_manager/window_tree_host_impl.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright 2013 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -48,7 +48,6 @@ WindowTreeHostImpl::WindowTreeHostImpl(
|
| }
|
| context_factory_ = new ContextFactoryImpl(pipe.handle1.Pass());
|
| aura::Env::GetInstance()->set_context_factory(context_factory_);
|
| - CHECK(context_factory_) << "No GL bindings.";
|
| }
|
|
|
| WindowTreeHostImpl::~WindowTreeHostImpl() {
|
|
|