| Index: ui/ozone/platform/dri/dri_window_delegate_impl.cc
|
| diff --git a/ui/ozone/platform/dri/dri_window_delegate_impl.cc b/ui/ozone/platform/dri/dri_window_delegate_impl.cc
|
| index a95a8fc6663de38a75a46da72f4249d1e9bba42f..df270ed8ad00ed92ff336a85defeb6321bfced9f 100644
|
| --- a/ui/ozone/platform/dri/dri_window_delegate_impl.cc
|
| +++ b/ui/ozone/platform/dri/dri_window_delegate_impl.cc
|
| @@ -34,12 +34,8 @@ HardwareDisplayController* DriWindowDelegateImpl::GetController() {
|
| }
|
|
|
| void DriWindowDelegateImpl::OnBoundsChanged(const gfx::Rect& bounds) {
|
| - TRACE_EVENT2("dri",
|
| - "DriWindowDelegateImpl::OnBoundsChanged",
|
| - "widget",
|
| - widget_,
|
| - "bounds",
|
| - bounds.ToString());
|
| + TRACE_EVENT2("dri", "DriWindowDelegateImpl::OnBoundsChanged", "widget",
|
| + widget_, "bounds", bounds.ToString());
|
| controller_ = screen_manager_->GetDisplayController(bounds);
|
| }
|
|
|
|
|