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

Side by Side Diff: include/lazy/SkPurgeableImageCache.h

Issue 98703002: Fix compilation with SK_ENABLE_INST_COUNT=1 (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « include/lazy/SkLruImageCache.h ('k') | include/ports/SkFontConfigInterface.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 2013 Google Inc. 2 * Copyright 2013 Google Inc.
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 SkPurgeableImageCache_DEFINED 8 #ifndef SkPurgeableImageCache_DEFINED
9 #define SkPurgeableImageCache_DEFINED 9 #define SkPurgeableImageCache_DEFINED
10 10
(...skipping 25 matching lines...) Expand all
36 #endif 36 #endif
37 37
38 private: 38 private:
39 SkPurgeableImageCache(); 39 SkPurgeableImageCache();
40 40
41 #ifdef SK_DEBUG 41 #ifdef SK_DEBUG
42 SkTDArray<ID> fRecs; 42 SkTDArray<ID> fRecs;
43 int findRec(ID) const; 43 int findRec(ID) const;
44 #endif 44 #endif
45 void removeRec(ID); 45 void removeRec(ID);
46 typedef SkImageCache INHERITED;
46 }; 47 };
47 #endif // SkPurgeableImageCache_DEFINED 48 #endif // SkPurgeableImageCache_DEFINED
OLDNEW
« no previous file with comments | « include/lazy/SkLruImageCache.h ('k') | include/ports/SkFontConfigInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698