| Index: ui/base/x/x11_util.cc
|
| diff --git a/ui/base/x/x11_util.cc b/ui/base/x/x11_util.cc
|
| index 0fa67910053de1fc5764fdde84aa866995204ffd..db9af3ce741f6e1342726fe1ef11cf4f291f8f3e 100644
|
| --- a/ui/base/x/x11_util.cc
|
| +++ b/ui/base/x/x11_util.cc
|
| @@ -1251,7 +1251,7 @@ bool IsX11WindowFullScreen(XID window) {
|
| if (!ui::GetOuterWindowBounds(window, &window_rect))
|
| return false;
|
|
|
| - // We can't use gfx::Screen here because we don't have an aura::Window. So
|
| + // We can't use display::Screen here because we don't have an aura::Window. So
|
| // instead just look at the size of the default display.
|
| //
|
| // TODO(erg): Actually doing this correctly would require pulling out xrandr,
|
|
|