| 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 5154cd720a1211640b8cda6e0d2e34998c402a62..e0d3b3ec67ccb927a2b329694359ae5aea6b11d3 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"
|
| @@ -71,6 +72,8 @@ class UiTexture {
|
| private:
|
| int draw_flags_ = 0;
|
| bool dirty_ = false;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(UiTexture);
|
| };
|
|
|
| } // namespace vr_shell
|
|
|