blob: 0d1b4fc4561e220d0d5d1988ee88215750a25500 [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.
#ifndef CompositorAnimatorsState_h
#define CompositorAnimatorsState_h
#include "cc/trees/layer_tree_mutator.h"
namespace blink {
using CompositorMutatorInputState = cc::MutatorInputState;
using CompositorMutatorOutputState = cc::MutatorOutputState;
} // namespace blink
#endif // CompositorAnimatorsState_h