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

Unified Diff: include/core/SkPaint.h

Issue 604813003: Remove SkPaint dirty bits. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkPaint.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | src/core/SkPaint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698