| Index: components/view_manager/gles2/command_buffer_impl.cc
|
| diff --git a/components/gles2/command_buffer_impl.cc b/components/view_manager/gles2/command_buffer_impl.cc
|
| similarity index 96%
|
| rename from components/gles2/command_buffer_impl.cc
|
| rename to components/view_manager/gles2/command_buffer_impl.cc
|
| index 3c84d985a2a210844fd11aa00f6ce7eb42a7d273..212e0e10a73383718cee4fcee0d3a094487dfd28 100644
|
| --- a/components/gles2/command_buffer_impl.cc
|
| +++ b/components/view_manager/gles2/command_buffer_impl.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/gles2/command_buffer_impl.h"
|
| +#include "components/view_manager/gles2/command_buffer_impl.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "components/gles2/command_buffer_driver.h"
|
| -#include "components/gles2/command_buffer_impl_observer.h"
|
| +#include "components/view_manager/gles2/command_buffer_driver.h"
|
| +#include "components/view_manager/gles2/command_buffer_impl_observer.h"
|
| #include "gpu/command_buffer/service/sync_point_manager.h"
|
|
|
| namespace gles2 {
|
|
|