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

Unified Diff: chrome/browser/android/vr_shell/textures/insecure_content_permanent_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/insecure_content_permanent_texture.h
diff --git a/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h b/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h
index 1fbc1b5202ba57b21ce1aa978612652ecf4838a4..ae483228afcc31aa27ce9bdddbdfbccba47dbd19 100644
--- a/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h
+++ b/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_ANDROID_VR_SHELL_TEXTURES_INSECURE_CONTENT_PERMANENT_TEXTURE_H_
#define CHROME_BROWSER_ANDROID_VR_SHELL_TEXTURES_INSECURE_CONTENT_PERMANENT_TEXTURE_H_
+#include "base/macros.h"
#include "chrome/browser/android/vr_shell/textures/ui_texture.h"
namespace vr_shell {
@@ -20,6 +21,8 @@ class InsecureContentPermanentTexture : public UiTexture {
void Draw(SkCanvas* canvas, const gfx::Size& texture_size) override;
gfx::SizeF size_;
+
+ DISALLOW_COPY_AND_ASSIGN(InsecureContentPermanentTexture);
};
} // namespace vr_shell

Powered by Google App Engine
This is Rietveld 408576698