| Index: ash/devtools/view_element.cc
|
| diff --git a/ash/devtools/view_element.cc b/ash/devtools/view_element.cc
|
| index 04ef3cc8814517a828e5910bf9511354c5d49e34..862a454ab1bf1fd3f82f397f8243184f7a0895cf 100644
|
| --- a/ash/devtools/view_element.cc
|
| +++ b/ash/devtools/view_element.cc
|
| @@ -75,7 +75,8 @@ void ViewElement::SetVisible(bool visible) {
|
|
|
| std::pair<aura::Window*, gfx::Rect> ViewElement::GetNodeWindowAndBounds()
|
| const {
|
| - return std::make_pair(view_->GetWidget()->GetNativeWindow(), view_->bounds());
|
| + return std::make_pair(view_->GetWidget()->GetNativeWindow(),
|
| + view_->GetBoundsInScreen());
|
| }
|
|
|
| // static
|
|
|