// Copyright 2016 The Chromium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#ifndef UI_DISPLAY_DISPLAY_H_ | |
#define UI_DISPLAY_DISPLAY_H_ | |
#include "ui/gfx/display.h" | |
namespace display { | |
// TODO(oshima): move the gfx::Display to display::Display. | |
using Display = gfx::Display; | |
} // display | |
#endif // UI_DISPLAY_DISPLAY_H_ |