| Index: chrome/browser/android/vr_shell/textures/ui_texture.h
|
| diff --git a/chrome/browser/android/vr_shell/textures/ui_texture.h b/chrome/browser/android/vr_shell/textures/ui_texture.h
|
| index 28cc0541907b48fe32871765d5b73f20f1f56c87..2e75e9865e42db5c2ad9101a9059d33a5e5dfd51 100644
|
| --- a/chrome/browser/android/vr_shell/textures/ui_texture.h
|
| +++ b/chrome/browser/android/vr_shell/textures/ui_texture.h
|
| @@ -8,6 +8,7 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -61,6 +62,8 @@ class UiTexture {
|
| static bool IsRTL();
|
| static gfx::FontList GetDefaultFontList(int size);
|
| static gfx::FontList GetFontList(int size, base::string16 text);
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(UiTexture);
|
| };
|
|
|
| } // namespace vr_shell
|
|
|