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

Unified Diff: media/gpu/content_video_view_overlay.h

Issue 2856253004: removed AndroidOverlayFactory (Closed)
Patch Set: cl feedvback 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: media/gpu/content_video_view_overlay.h
diff --git a/media/gpu/content_video_view_overlay.h b/media/gpu/content_video_view_overlay.h
index ef6a6c4cf97af7c3b00463389ac3a23172ab8522..9657be94b7db40a9eb4402198b69438a8f081fff 100644
--- a/media/gpu/content_video_view_overlay.h
+++ b/media/gpu/content_video_view_overlay.h
@@ -17,7 +17,7 @@ class ContentVideoViewOverlay
public:
// |config| is ignored except for callbacks. Callbacks will not be called
// before this returns.
- ContentVideoViewOverlay(int surface_id, const AndroidOverlay::Config& config);
+ ContentVideoViewOverlay(int surface_id, AndroidOverlayConfig config);
~ContentVideoViewOverlay() override;
// AndroidOverlay (via ContentVideoViewOverlayAllocator::Client)
@@ -36,7 +36,7 @@ class ContentVideoViewOverlay
private:
int surface_id_;
- AndroidOverlay::Config config_;
+ AndroidOverlayConfig config_;
gl::ScopedJavaSurface surface_;
base::WeakPtrFactory<ContentVideoViewOverlay> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698