blob: 887c621f84d3b057b543b0b5b2c6df9880989822 [file] [log] [blame]
/*
* Copyright 2013 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkValidatingReadBuffer_DEFINED
#define SkValidatingReadBuffer_DEFINED
#include "include/core/SkPath.h"
#include "include/core/SkPicture.h"
#include "include/core/SkRefCnt.h"
#include "src/core/SkReadBuffer.h"
#include "src/core/SkReader32.h"
#include "src/core/SkWriteBuffer.h"
class SkBitmap;
// DEPRECATED -- just use SkReadBuffer (so we can delete this header)
typedef SkReadBuffer SkValidatingReadBuffer;
#endif