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

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

Issue 2765443004: AndroidOverlay implementation using Dialog. (Closed)
Patch Set: fixes after rebase 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
Index: media/base/android/android_overlay.h
diff --git a/media/base/android/android_overlay.h b/media/base/android/android_overlay.h
index bc60356745ea88f50e05516c59fb3624ccc9204b..2b5b97c3684a45f8809b6280182a7db35c3f7da1 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;

Powered by Google App Engine
This is Rietveld 408576698