blob: 952bb7045a3b4029638a756347f5094d65de1dbc [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "cc/test/layer_tree_settings_for_testing.h"
namespace cc {
LayerTreeSettingsForTesting::LayerTreeSettingsForTesting()
: LayerTreeSettings() {
this->use_compositor_animation_timelines = true;
this->verify_property_trees = true;
}
LayerTreeSettingsForTesting::~LayerTreeSettingsForTesting() {}
} // namespace cc