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

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

#ifndef SkPicturePriv_DEFINED
#define SkPicturePriv_DEFINED

#include "include/core/SkPicture.h"

class SkReadBuffer;
class SkWriteBuffer;
class SkStream;
struct SkPictInfo;

class SkPicturePriv {};

bool SkPicture_StreamIsSKP(SkStream*, SkPictInfo*);

#endif