// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef HEADLESS_LIB_BROWSER_HEADLESS_SCREEN_H_ #define HEADLESS_LIB_BROWSER_HEADLESS_SCREEN_H_ #include "base/compiler_specific.h" #include "ui/aura/window_observer.h" #include "ui/display/display.h" #include "ui/display/screen_base.h" namespace gfx { class Rect; } namespace headless { class HeadlessScreen : public display::ScreenBase { … }; } // namespace headless #endif // HEADLESS_LIB_BROWSER_HEADLESS_SCREEN_H_