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