| Index: services/ui/gles2/command_buffer_local.h
|
| diff --git a/components/mus/gles2/command_buffer_local.h b/services/ui/gles2/command_buffer_local.h
|
| similarity index 96%
|
| rename from components/mus/gles2/command_buffer_local.h
|
| rename to services/ui/gles2/command_buffer_local.h
|
| index 4d893322737daede194c50a9783a6e44f5f2cd11..34c5a1c60b51ac77a0b92ffdabe1e8eb14b4a4f1 100644
|
| --- a/components/mus/gles2/command_buffer_local.h
|
| +++ b/services/ui/gles2/command_buffer_local.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_GLES2_COMMAND_BUFFER_LOCAL_H_
|
| -#define COMPONENTS_MUS_GLES2_COMMAND_BUFFER_LOCAL_H_
|
| +#ifndef SERVICES_UI_GLES2_COMMAND_BUFFER_LOCAL_H_
|
| +#define SERVICES_UI_GLES2_COMMAND_BUFFER_LOCAL_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -15,12 +15,12 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "components/mus/gles2/command_buffer_driver.h"
|
| -#include "components/mus/public/interfaces/command_buffer.mojom.h"
|
| #include "gpu/command_buffer/client/gpu_control.h"
|
| #include "gpu/command_buffer/common/command_buffer.h"
|
| #include "gpu/command_buffer/common/command_buffer_id.h"
|
| #include "gpu/command_buffer/common/command_buffer_shared.h"
|
| +#include "services/ui/gles2/command_buffer_driver.h"
|
| +#include "services/ui/public/interfaces/command_buffer.mojom.h"
|
| #include "ui/gfx/geometry/size.h"
|
| #include "ui/gfx/gpu_memory_buffer.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| @@ -182,4 +182,4 @@ class CommandBufferLocal : public gpu::CommandBuffer,
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_GLES2_COMMAND_BUFFER_LOCAL_H_
|
| +#endif // SERVICES_UI_GLES2_COMMAND_BUFFER_LOCAL_H_
|
|
|