#ifndef CC_PAINT_DRAW_LOOPER_H_
#define CC_PAINT_DRAW_LOOPER_H_
#include <memory>
#include <vector>
#include "base/containers/adapters.h"
#include "base/stl_util.h"
#include "cc/paint/paint_export.h"
#include "third_party/skia/include/core/SkBlendMode.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkPoint.h"
#include "third_party/skia/include/core/SkRefCnt.h"
class SkPaint;
namespace cc {
class CC_PAINT_EXPORT DrawLooper : public SkRefCnt { … };
class CC_PAINT_EXPORT DrawLooperBuilder { … };
}
#endif