1 /*
2  * Copyright 2013 Google Inc.
3  *
4  * Use of this source code is governed by a BSD-style license that can be
5  * found in the LICENSE file.
6  */
7 
8 #ifndef SkValidatingReadBuffer_DEFINED
9 #define SkValidatingReadBuffer_DEFINED
10 
11 #include "include/core/SkPath.h"
12 #include "include/core/SkPicture.h"
13 #include "include/core/SkRefCnt.h"
14 #include "src/core/SkReadBuffer.h"
15 #include "src/core/SkReader32.h"
16 #include "src/core/SkWriteBuffer.h"
17 
18 class SkBitmap;
19 
20 // DEPRECATED -- just use SkReadBuffer (so we can delete this header)
21 typedef SkReadBuffer SkValidatingReadBuffer;
22 
23 #endif
24