| Index: components/view_manager/gles2/command_buffer_type_conversions.h
|
| diff --git a/components/gles2/command_buffer_type_conversions.h b/components/view_manager/gles2/command_buffer_type_conversions.h
|
| similarity index 86%
|
| rename from components/gles2/command_buffer_type_conversions.h
|
| rename to components/view_manager/gles2/command_buffer_type_conversions.h
|
| index e40d460342f2425a0a6861043a790594a7f7a398..466a33df54d73c42dbf9b4100a60722a0db4cf1b 100644
|
| --- a/components/gles2/command_buffer_type_conversions.h
|
| +++ b/components/view_manager/gles2/command_buffer_type_conversions.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
| -#define COMPONENTS_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
| +#ifndef COMPONENTS_VIEW_MANAGER_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
| +#define COMPONENTS_VIEW_MANAGER_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
|
|
| -#include "components/gpu/public/interfaces/command_buffer.mojom.h"
|
| +#include "components/view_manager/public/interfaces/command_buffer.mojom.h"
|
| #include "gpu/command_buffer/common/capabilities.h"
|
| #include "gpu/command_buffer/common/command_buffer.h"
|
| #include "third_party/mojo/src/mojo/public/cpp/bindings/type_converter.h"
|
| @@ -64,4 +64,4 @@ struct TypeConverter<gpu::Capabilities, GpuCapabilitiesPtr> {
|
|
|
| } // namespace gles2
|
|
|
| -#endif // COMPONENTS_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
| +#endif // COMPONENTS_VIEW_MANAGER_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
|
|