Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: chrome/browser/android/vr_shell/textures/ui_texture.h

Issue 2884453002: VR: audio and video capture indicators. (Closed)
Patch Set: rebase 2 Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698