#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_WIDGET_COMPOSITING_TEST_STUB_LAYER_TREE_VIEW_DELEGATE_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_WIDGET_COMPOSITING_TEST_STUB_LAYER_TREE_VIEW_DELEGATE_H_
#include "cc/paint/element_id.h"
#include "cc/trees/paint_holding_reason.h"
#include "third_party/blink/renderer/platform/widget/compositing/layer_tree_view_delegate.h"
namespace cc {
struct ApplyViewportChangesArgs;
}
namespace blink {
class StubLayerTreeViewDelegate : public LayerTreeViewDelegate { … };
}
#endif