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

Unified Diff: media/base/android/android_overlay.h

Issue 2765443004: AndroidOverlay implementation using Dialog. (Closed)
Patch Set: fixed test Created 3 years, 8 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
« no previous file with comments | « media/base/android/BUILD.gn ('k') | media/base/routing_token_callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/android_overlay.h
diff --git a/media/base/android/android_overlay.h b/media/base/android/android_overlay.h
index a2c8bc55d4ac0dfd4dc63a037f283026a9606520..45741914114bafcbf3407b2b19079a66268c22d8 100644
--- a/media/base/android/android_overlay.h
+++ b/media/base/android/android_overlay.h
@@ -56,6 +56,9 @@ class MEDIA_EXPORT AndroidOverlay {
gfx::Rect rect;
+ // Require a secure overlay?
+ bool secure = false;
+
ReadyCB ready_cb;
FailedCB failed_cb;
DestroyedCB destroyed_cb;
« no previous file with comments | « media/base/android/BUILD.gn ('k') | media/base/routing_token_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698