 Chromium Code Reviews
 Chromium Code Reviews Issue 1991953002:
  Implement a runtime headless mode for Linux  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1991953002:
  Implement a runtime headless mode for Linux  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: ui/aura/env.cc | 
| diff --git a/ui/aura/env.cc b/ui/aura/env.cc | 
| index d4b5cdfe43d0d7914753efd2975cba71acaa66db..cd3f7542d050156e8c078f237c63b405106d3dff 100644 | 
| --- a/ui/aura/env.cc | 
| +++ b/ui/aura/env.cc | 
| @@ -18,6 +18,7 @@ | 
| #include "ui/aura/window_port_local.h" | 
| #include "ui/events/event_target_iterator.h" | 
| #include "ui/events/platform/platform_event_source.h" | 
| +#include "ui/gfx/switches.h" | 
| 
sky
2016/12/08 16:16:35
Is this include still needed?
 
Sami
2016/12/08 16:58:35
Oops, thanks. Removed.
 | 
| #if defined(USE_OZONE) | 
| #include "ui/ozone/public/ozone_platform.h" |