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

Unified Diff: ui/ozone/platform/dri/dri_window_delegate_impl_unittest.cc

Issue 937793002: [Ozone-Dri] Remove unneeded param to DriWindowDelegateImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « ui/ozone/platform/dri/dri_window_delegate_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri_window_delegate_impl_unittest.cc
diff --git a/ui/ozone/platform/dri/dri_window_delegate_impl_unittest.cc b/ui/ozone/platform/dri/dri_window_delegate_impl_unittest.cc
index 32d52af9bebb7e4957020d8fb25fced518c5499b..f6c55705349f6975a4bf4508b7ba7b233abd9340 100644
--- a/ui/ozone/platform/dri/dri_window_delegate_impl_unittest.cc
+++ b/ui/ozone/platform/dri/dri_window_delegate_impl_unittest.cc
@@ -66,9 +66,9 @@ void DriWindowDelegateImplTest::SetUp() {
window_delegate_manager_.reset(new ui::DriWindowDelegateManager());
scoped_ptr<ui::DriWindowDelegate> window_delegate(
- new ui::DriWindowDelegateImpl(
- kDefaultWidgetHandle, drm_device_manager_.get(),
- window_delegate_manager_.get(), screen_manager_.get()));
+ new ui::DriWindowDelegateImpl(kDefaultWidgetHandle,
+ drm_device_manager_.get(),
+ screen_manager_.get()));
window_delegate->Initialize();
window_delegate_manager_->AddWindowDelegate(kDefaultWidgetHandle,
window_delegate.Pass());
« no previous file with comments | « ui/ozone/platform/dri/dri_window_delegate_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698