chromium/third_party/skia/src/core/SkRecordedDrawable.h

/*
 * Copyright 2016 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
#ifndef SkRecordedDrawable_DEFINED
#define SkRecordedDrawable_DEFINED

#include "include/core/SkBBHFactory.h"
#include "include/core/SkDrawable.h"
#include "include/core/SkFlattenable.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "src/core/SkRecord.h"
#include "src/core/SkRecorder.h"

#include <cstddef>
#include <memory>
#include <utility>

class SkCanvas;
class SkPicture;
class SkReadBuffer;
class SkWriteBuffer;

class SkRecordedDrawable : public SkDrawable {};
#endif  // SkRecordedDrawable_DEFINED