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"
9 DisplayMode_Params::DisplayMode_Params()
10 : size(), is_interlaced(false), refresh_rate(0.0f
) {}
12 DisplayMode_Params::~DisplayMode_Params() {}
14 DisplaySnapshot_Params::DisplaySnapshot_Params()
16 has_proper_display_id(false),
19 type(ui::DISPLAY_CONNECTION_TYPE_NONE
),
20 is_aspect_preserving_scaling(false),
24 has_current_mode(false),
26 has_native_mode(false),
29 DisplaySnapshot_Params::~DisplaySnapshot_Params() {}