Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: include/core/SkWriteBuffer.h

Issue 1820503002: Delete SkImageDecoder (Closed) Base URL: https://skia.googlesource.com/skia.git@fix-animator
Patch Set: Include SkImage Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « include/core/SkPngChunkReader.h ('k') | include/effects/SkImageSource.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2011 Google Inc. 3 * Copyright 2011 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 #ifndef SkWriteBuffer_DEFINED 9 #ifndef SkWriteBuffer_DEFINED
10 #define SkWriteBuffer_DEFINED 10 #define SkWriteBuffer_DEFINED
11 11
12 #include "SkData.h" 12 #include "SkData.h"
13 #include "SkImage.h"
13 #include "SkPath.h" 14 #include "SkPath.h"
14 #include "SkPicture.h" 15 #include "SkPicture.h"
15 #include "SkPixelSerializer.h" 16 #include "SkPixelSerializer.h"
16 #include "SkRefCnt.h" 17 #include "SkRefCnt.h"
17 #include "SkWriter32.h" 18 #include "SkWriter32.h"
18 19
19 class SkBitmap; 20 class SkBitmap;
20 class SkBitmapHeap; 21 class SkBitmapHeap;
21 class SkFactorySet; 22 class SkFactorySet;
22 class SkFlattenable; 23 class SkFlattenable;
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 SkNamedFactorySet* fNamedFactorySet; 118 SkNamedFactorySet* fNamedFactorySet;
118 SkWriter32 fWriter; 119 SkWriter32 fWriter;
119 120
120 SkBitmapHeap* fBitmapHeap; 121 SkBitmapHeap* fBitmapHeap;
121 SkRefCntSet* fTFSet; 122 SkRefCntSet* fTFSet;
122 123
123 SkAutoTUnref<SkPixelSerializer> fPixelSerializer; 124 SkAutoTUnref<SkPixelSerializer> fPixelSerializer;
124 }; 125 };
125 126
126 #endif // SkWriteBuffer_DEFINED 127 #endif // SkWriteBuffer_DEFINED
OLDNEW
« no previous file with comments | « include/core/SkPngChunkReader.h ('k') | include/effects/SkImageSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698