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

Unified Diff: chrome/browser/android/vr_shell/textures/url_bar_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/url_bar_texture.h
diff --git a/chrome/browser/android/vr_shell/textures/url_bar_texture.h b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
index c85e806f942fad9de35bc9ee0659b085bc58f37e..cf0a6ab28e0c7c336bdd4001ce8e11d51c14e8ec 100644
--- a/chrome/browser/android/vr_shell/textures/url_bar_texture.h
+++ b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
@@ -8,6 +8,7 @@
#include <memory>
#include <vector>
+#include "base/macros.h"
#include "chrome/browser/android/vr_shell/textures/ui_texture.h"
#include "url/gurl.h"
@@ -41,6 +42,8 @@ class UrlBarTexture : public UiTexture {
GURL gurl_;
GURL last_drawn_gurl_;
std::vector<std::unique_ptr<gfx::RenderText>> gurl_render_texts_;
+
+ DISALLOW_COPY_AND_ASSIGN(UrlBarTexture);
};
} // namespace vr_shell

Powered by Google App Engine
This is Rietveld 408576698