Chromium Code Reviews

Unified Diff: src/core/SkPicturePlayback.h

Issue 237013002: Remove currently unused code (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/core/SkOffsetTable.h ('k') | src/core/SkPicturePlayback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkPicturePlayback.h
===================================================================
--- src/core/SkPicturePlayback.h (revision 14172)
+++ src/core/SkPicturePlayback.h (working copy)
@@ -31,7 +31,6 @@
class SkWStream;
class SkBBoxHierarchy;
class SkPictureStateTree;
-class SkOffsetTable;
struct SkPictInfo {
enum Flags {
@@ -232,7 +231,6 @@
SkTRefArray<SkPaint>* fPaints;
SkData* fOpData; // opcodes and parameters
- SkAutoTUnref<SkOffsetTable> fBitmapUseOffsets;
SkPicture** fPictureRefs;
int fPictureCount;
« no previous file with comments | « src/core/SkOffsetTable.h ('k') | src/core/SkPicturePlayback.cpp » ('j') | no next file with comments »

Powered by Google App Engine