| Index: components/view_manager/gles2/gpu_impl.cc
|
| diff --git a/components/gles2/gpu_impl.cc b/components/view_manager/gles2/gpu_impl.cc
|
| similarity index 86%
|
| rename from components/gles2/gpu_impl.cc
|
| rename to components/view_manager/gles2/gpu_impl.cc
|
| index ef90f026e7595ed4750d3734d04705094ab701db..c8ecfb20ce5573178753d49a502269720646b89d 100644
|
| --- a/components/gles2/gpu_impl.cc
|
| +++ b/components/view_manager/gles2/gpu_impl.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/gles2/gpu_impl.h"
|
| +#include "components/view_manager/gles2/gpu_impl.h"
|
|
|
| -#include "components/gles2/command_buffer_driver.h"
|
| -#include "components/gles2/command_buffer_impl.h"
|
| +#include "components/view_manager/gles2/command_buffer_driver.h"
|
| +#include "components/view_manager/gles2/command_buffer_impl.h"
|
| #include "gpu/command_buffer/service/mailbox_manager.h"
|
| #include "gpu/command_buffer/service/mailbox_manager_impl.h"
|
| #include "gpu/command_buffer/service/sync_point_manager.h"
|
|
|