#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_COMPOSITOR_MUTATOR_CLIENT_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_COMPOSITOR_MUTATOR_CLIENT_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "cc/trees/layer_tree_mutator.h"
#include "third_party/blink/renderer/platform/graphics/mutator_client.h"
#include "third_party/blink/renderer/platform/platform_export.h"
namespace blink {
class AnimationWorkletMutatorDispatcherImpl;
class PLATFORM_EXPORT CompositorMutatorClient : public cc::LayerTreeMutator,
public MutatorClient { … };
}
#endif