blob: bccd86c124eb62497b571faa00e89166b798f3d9 [file] [log] [blame]
// Copyright 2017 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/trees/layer_tree_mutator.h"
namespace cc {
MutatorInputState::MutatorInputState() = default;
MutatorInputState::~MutatorInputState() = default;
MutatorOutputState::MutatorOutputState() = default;
MutatorOutputState::~MutatorOutputState() = default;
} // namespace cc