Commit 3060ef6b authored by Ryan Daum's avatar Ryan Daum Committed by Commit Bot

[chromecast] Remove default nullptr for webview window mgr ref

Now that internal is always passing this value it's safe to remove the
default nullptr to avoid any possible future regressions for webview
window corner placement.

Bug: none
Test: manual
Change-Id: I465c888bc07eb6d339969ca0eefd8efdcc770df5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016284Reviewed-by: default avatarDaniel Nicoara <dnicoara@chromium.org>
Commit-Queue: Ryan Daum <rdaum@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734571}
parent 0a629dc7
...@@ -28,7 +28,7 @@ class PlatformViewsAsyncService : public base::PlatformThread::Delegate { ...@@ -28,7 +28,7 @@ class PlatformViewsAsyncService : public base::PlatformThread::Delegate {
std::unique_ptr<grpc::ServerCompletionQueue> cq, std::unique_ptr<grpc::ServerCompletionQueue> cq,
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
WebContentsProvider* web_contents_provider, WebContentsProvider* web_contents_provider,
CastWindowManager* cast_window_manager = nullptr); CastWindowManager* cast_window_manager);
~PlatformViewsAsyncService() override; ~PlatformViewsAsyncService() override;
private: private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment