Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index 9c47f1d39e9f85c56a80c3d94c7ccda6f4fbf241..ef3757736d2f2e8bd66af54536f2a1fe087cb631 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -1024,11 +1024,6 @@ public: |
SK_TO_STRING_NONVIRT() |
- struct FlatteningTraits { |
- static void Flatten(SkWriteBuffer& buffer, const SkPaint& paint); |
- static void Unflatten(SkReadBuffer& buffer, SkPaint* paint); |
- }; |
- |
private: |
SkTypeface* fTypeface; |
SkPathEffect* fPathEffect; |
@@ -1062,7 +1057,6 @@ private: |
} fBitfields; |
uint32_t fBitfieldsUInt; |
}; |
- uint32_t fDirtyBits; |
SkDrawCacheProc getDrawCacheProc() const; |
SkMeasureCacheProc getMeasureCacheProc(TextBufferDirection dir, |