Chromium Code Reviews| Index: components/exo/display.cc |
| diff --git a/components/exo/display.cc b/components/exo/display.cc |
| index 6b39164f8fda8c50212c69ba48515aa7e8e0c909..9642f1e6f567bd5881d60af22bd34852324ebe35 100644 |
| --- a/components/exo/display.cc |
| +++ b/components/exo/display.cc |
| @@ -142,7 +142,7 @@ std::unique_ptr<ShellSurface> Display::CreateRemoteShellSurface( |
| } |
| return base::WrapUnique(new ShellSurface(surface, nullptr, gfx::Rect(1, 1), |
| - true, true, container)); |
|
Daniele Castagna
2016/05/26 21:08:37
nit: maybe you can name the parameters (with comme
|
| + true, false, container)); |
| } |
| std::unique_ptr<SubSurface> Display::CreateSubSurface(Surface* surface, |