| Index: components/mus/common/gpu_memory_buffer_impl.cc
|
| diff --git a/components/mus/gles2/gpu_memory_buffer_impl.cc b/components/mus/common/gpu_memory_buffer_impl.cc
|
| similarity index 95%
|
| rename from components/mus/gles2/gpu_memory_buffer_impl.cc
|
| rename to components/mus/common/gpu_memory_buffer_impl.cc
|
| index d2592dc650c06d82f8ce83f1578724c0a419ccbc..415f6548f148f68931091ddbb029d2b9f9603bc0 100644
|
| --- a/components/mus/gles2/gpu_memory_buffer_impl.cc
|
| +++ b/components/mus/common/gpu_memory_buffer_impl.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/gles2/gpu_memory_buffer_impl.h"
|
| +#include "components/mus/common/gpu_memory_buffer_impl.h"
|
|
|
| namespace mus {
|
|
|
|
|