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

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

Issue 1290733002: Revert[3] "move some public headers into private" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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/SkFloatingPoint.h ('k') | include/core/SkScalar.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 * Copyright 2007 The Android Open Source Project 2 * Copyright 2007 The Android Open Source Project
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #ifndef SkPicture_DEFINED 8 #ifndef SkPicture_DEFINED
9 #define SkPicture_DEFINED 9 #define SkPicture_DEFINED
10 10
11 #include "SkImageDecoder.h" 11 #include "SkImageDecoder.h"
12 #include "SkLazyPtr.h"
12 #include "SkRefCnt.h" 13 #include "SkRefCnt.h"
13 #include "SkTypes.h" 14 #include "SkTypes.h"
14 15
15 class GrContext; 16 class GrContext;
16 class SkBigPicture; 17 class SkBigPicture;
17 class SkBitmap; 18 class SkBitmap;
18 class SkCanvas; 19 class SkCanvas;
19 class SkPictureData; 20 class SkPictureData;
20 class SkPixelSerializer; 21 class SkPixelSerializer;
21 class SkStream; 22 class SkStream;
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 static bool IsValidPictInfo(const SkPictInfo& info); 190 static bool IsValidPictInfo(const SkPictInfo& info);
190 static SkPicture* Forwardport(const SkPictInfo&, const SkPictureData*); 191 static SkPicture* Forwardport(const SkPictInfo&, const SkPictureData*);
191 192
192 SkPictInfo createHeader() const; 193 SkPictInfo createHeader() const;
193 SkPictureData* backport() const; 194 SkPictureData* backport() const;
194 195
195 mutable uint32_t fUniqueID; 196 mutable uint32_t fUniqueID;
196 }; 197 };
197 198
198 #endif 199 #endif
OLDNEW
« no previous file with comments | « include/core/SkFloatingPoint.h ('k') | include/core/SkScalar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698