Supervised user whitelists: Cleanup
[chromium-blink-merge.git] / ui / display / chromeos / x11 / display_mode_x11.cc
blob7f0412386b865fb21c571f732a494f4241056309
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/display/chromeos/x11/display_mode_x11.h"
7 namespace ui {
9 DisplayModeX11::DisplayModeX11(const gfx::Size& size,
10 bool interlaced,
11 float refresh_rate,
12 RRMode mode_id)
13 : DisplayMode(size, interlaced, refresh_rate),
14 mode_id_(mode_id) {}
16 DisplayModeX11::~DisplayModeX11() {}
18 } // namespace ui