Remove unused parameter.
[chromium-blink-merge.git] / ui / ozone / common / gpu / ozone_gpu_message_params.cc
blobaae2e147ccd04ae571bc2c42a5267a3b7d325e8c
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/ozone/common/gpu/ozone_gpu_message_params.h"
7 namespace ui {
9 DisplayMode_Params::DisplayMode_Params()
10 : size(), is_interlaced(false), refresh_rate(0.0f) {}
12 DisplayMode_Params::~DisplayMode_Params() {}
14 DisplaySnapshot_Params::DisplaySnapshot_Params()
15 : display_id(0),
16 origin(),
17 physical_size(),
18 type(ui::DISPLAY_CONNECTION_TYPE_NONE),
19 is_aspect_preserving_scaling(false),
20 has_overscan(false),
21 display_name(),
22 modes(),
23 has_current_mode(false),
24 current_mode(),
25 has_native_mode(false),
26 native_mode() {}
28 DisplaySnapshot_Params::~DisplaySnapshot_Params() {}
30 } // namespace ui