| // Copyright 2017 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "ui/gl/dc_layer_overlay_params.h" | |
| namespace gl { | |
| DCLayerOverlayParams::DCLayerOverlayParams() = default; | |
| DCLayerOverlayParams::~DCLayerOverlayParams() = default; | |
| DCLayerOverlayParams::VideoParams::VideoParams() = default; | |
| DCLayerOverlayParams::VideoParams::~VideoParams() = default; | |
| } // namespace gl |