#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_PERFORMANCE_LONG_ANIMATION_FRAME_TIMING_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_PERFORMANCE_LONG_ANIMATION_FRAME_TIMING_H_
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/bindings/v8_interface_bridge.h"
namespace blink {
class ExecutionContext;
class PerformanceLongAnimationFrameTiming;
struct WrapperTypeInfo;
class CORE_EXPORT V8PerformanceLongAnimationFrameTiming final : public bindings::V8InterfaceBridge<V8PerformanceLongAnimationFrameTiming, PerformanceLongAnimationFrameTiming> { … };
}
#endif