#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_CHILD_FRAME_COMPOSITING_HELPER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_CHILD_FRAME_COMPOSITING_HELPER_H_
#include <stdint.h>
#include "base/timer/timer.h"
#include "cc/layers/content_layer_client.h"
#include "cc/layers/surface_layer.h"
#include "components/viz/common/surfaces/surface_id.h"
#include "third_party/blink/renderer/core/core_export.h"
namespace cc {
class PictureLayer;
}
namespace blink {
class ChildFrameCompositor;
class CORE_EXPORT ChildFrameCompositingHelper : public cc::ContentLayerClient { … };
}
#endif