blob: 9d839ce08cfc226e100fa962d5199264969814f9 [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_OBSERVER_H_
#define UI_DISPLAY_DISPLAY_OBSERVER_H_
#include "ui/gfx/display_observer.h"
namespace display {
using Display = gfx::Display;
// TODO(oshima): move the gfx::DisplayObserver to display::DisplayObserver.
using DisplayObserver = gfx::DisplayObserver;
} // display
#endif // UI_DISPLAY_DISPLAY_OBSERVER_H_