SkValidatingReadBuffer.h 573 B

1234567891011121314151617181920212223
  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. #ifndef SkValidatingReadBuffer_DEFINED
  8. #define SkValidatingReadBuffer_DEFINED
  9. #include "include/core/SkPath.h"
  10. #include "include/core/SkPicture.h"
  11. #include "include/core/SkRefCnt.h"
  12. #include "src/core/SkReadBuffer.h"
  13. #include "src/core/SkReader32.h"
  14. #include "src/core/SkWriteBuffer.h"
  15. class SkBitmap;
  16. // DEPRECATED -- just use SkReadBuffer (so we can delete this header)
  17. typedef SkReadBuffer SkValidatingReadBuffer;
  18. #endif