blob: 00c21bc5b5666bcb6b00e13e86dd508d4e247f53 [file] [log] [blame]
// 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_