| Index: components/mus/gles2/command_buffer_impl.cc
|
| diff --git a/components/view_manager/gles2/command_buffer_impl.cc b/components/mus/gles2/command_buffer_impl.cc
|
| similarity index 94%
|
| rename from components/view_manager/gles2/command_buffer_impl.cc
|
| rename to components/mus/gles2/command_buffer_impl.cc
|
| index 860f430aa3c41e5d4ce629dd2935cf524c9bd85e..2cc4ca797211a796b84def2e5fb25d189c893110 100644
|
| --- a/components/view_manager/gles2/command_buffer_impl.cc
|
| +++ b/components/mus/gles2/command_buffer_impl.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/view_manager/gles2/command_buffer_impl.h"
|
| +#include "components/mus/gles2/command_buffer_impl.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "components/view_manager/gles2/command_buffer_driver.h"
|
| -#include "components/view_manager/gles2/command_buffer_impl_observer.h"
|
| -#include "components/view_manager/gles2/gpu_state.h"
|
| +#include "components/mus/gles2/command_buffer_driver.h"
|
| +#include "components/mus/gles2/command_buffer_impl_observer.h"
|
| +#include "components/mus/gles2/gpu_state.h"
|
| #include "gpu/command_buffer/service/sync_point_manager.h"
|
|
|
| namespace gles2 {
|
| @@ -60,8 +60,7 @@ void CommandBufferImpl::Initialize(
|
| FROM_HERE,
|
| base::Bind(&CommandBufferDriver::Initialize,
|
| base::Unretained(driver_.get()), base::Passed(&sync_client),
|
| - base::Passed(&loss_observer),
|
| - base::Passed(&shared_state)));
|
| + base::Passed(&loss_observer), base::Passed(&shared_state)));
|
| }
|
|
|
| void CommandBufferImpl::SetGetBuffer(int32_t buffer) {
|
|
|