| Index: chrome/browser/ui/webui/feedback_ui.cc
|
| diff --git a/chrome/browser/ui/webui/feedback_ui.cc b/chrome/browser/ui/webui/feedback_ui.cc
|
| index d2778a4cb014140334676cdcb503518e8ec8ac26..90bbbae5edfb17625a3dfeb9e960f91e7cc39920 100644
|
| --- a/chrome/browser/ui/webui/feedback_ui.cc
|
| +++ b/chrome/browser/ui/webui/feedback_ui.cc
|
| @@ -153,7 +153,7 @@ void ShowWebFeedbackView(Browser* browser,
|
| // For ChromeOS, don't use the browser window but the root window
|
| // instead to grab the screenshot. We want everything on the screen, not
|
| // just the current browser.
|
| - native_window = ash::Shell::GetRootWindow();
|
| + native_window = ash::Shell::GetPrimaryRootWindow();
|
| snapshot_bounds = gfx::Rect(native_window->bounds());
|
| #else
|
| native_window = browser->window()->GetNativeHandle();
|
|
|