| 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_;
|
|
|