| Index: components/mus/gles2/gpu_impl.cc
|
| diff --git a/components/view_manager/gles2/gpu_impl.cc b/components/mus/gles2/gpu_impl.cc
|
| similarity index 67%
|
| rename from components/view_manager/gles2/gpu_impl.cc
|
| rename to components/mus/gles2/gpu_impl.cc
|
| index b797578c7a00c505f728fc5a4ee4d349740b9aa3..506b3eb0ecdb0f27833a9396d26e69defae920ee 100644
|
| --- a/components/view_manager/gles2/gpu_impl.cc
|
| +++ b/components/mus/gles2/gpu_impl.cc
|
| @@ -2,20 +2,18 @@
|
| // 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/gpu_impl.h"
|
| +#include "components/mus/gles2/gpu_impl.h"
|
|
|
| -#include "components/view_manager/gles2/command_buffer_driver.h"
|
| -#include "components/view_manager/gles2/command_buffer_impl.h"
|
| +#include "components/mus/gles2/command_buffer_driver.h"
|
| +#include "components/mus/gles2/command_buffer_impl.h"
|
|
|
| namespace gles2 {
|
|
|
| GpuImpl::GpuImpl(mojo::InterfaceRequest<Gpu> request,
|
| const scoped_refptr<GpuState>& state)
|
| - : binding_(this, request.Pass()), state_(state) {
|
| -}
|
| + : binding_(this, request.Pass()), state_(state) {}
|
|
|
| -GpuImpl::~GpuImpl() {
|
| -}
|
| +GpuImpl::~GpuImpl() {}
|
|
|
| void GpuImpl::CreateOffscreenGLES2Context(
|
| mojo::InterfaceRequest<mojo::CommandBuffer> request) {
|
|
|