blob: 28226dca8a19ef2c4d11181871c9d2880fc121d0 [file] [log] [blame]
ennefffb119c2015-08-29 09:17:301// Copyright 2015 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.
4
5#include "cc/layers/draw_properties.h"
6
7namespace cc {
8
9DrawProperties::DrawProperties()
10 : opacity(0.f),
11 screen_space_transform_is_animating(false),
sunxdf468675e2016-06-30 23:56:1812 is_clipped(false) {}
ennefffb119c2015-08-29 09:17:3013
14DrawProperties::~DrawProperties() {}
15
16} // namespace cc