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

Unified Diff: media/base/surface_manager.h

Issue 2461073002: Use MediaCodec.setOutputSurface() for fullscreen transitions on M. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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/sdk_media_codec_bridge.cc ('k') | media/blink/webmediaplayer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/surface_manager.h
diff --git a/media/base/surface_manager.h b/media/base/surface_manager.h
index 84df7c136d6fb26707902f67af4bbeb44a3855de..02af1c7bbc1a736855a8f6d477a971173cb9a7e7 100644
--- a/media/base/surface_manager.h
+++ b/media/base/surface_manager.h
@@ -13,7 +13,7 @@
namespace media {
using SurfaceCreatedCB = base::Callback<void(int)>;
-using RequestSurfaceCB = base::Callback<void(const SurfaceCreatedCB&)>;
+using RequestSurfaceCB = base::Callback<void(bool, const SurfaceCreatedCB&)>;
class MEDIA_EXPORT SurfaceManager {
public:
« no previous file with comments | « media/base/android/sdk_media_codec_bridge.cc ('k') | media/blink/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698