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

Unified Diff: src/core/SkPictureData.h

Issue 388833003: Remove Skia's use of the default SkPicture constructor and multi-clone (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix test Created 6 years, 5 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 | « src/core/SkPicture.cpp ('k') | src/core/SkPictureData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkPictureData.h
diff --git a/src/core/SkPictureData.h b/src/core/SkPictureData.h
index 15ea37b96ac57b7ce343323dc3b906dfb76afde5..6ea0b18b03c70155790bdc0ad1d4a644b6571b80 100644
--- a/src/core/SkPictureData.h
+++ b/src/core/SkPictureData.h
@@ -120,9 +120,8 @@ private:
* enables the data to be generated once and reused for subsequent copies.
*/
struct SkPictCopyInfo {
- SkPictCopyInfo() : initialized(false), controller(1024) {}
+ SkPictCopyInfo() : controller(1024) {}
- bool initialized;
SkChunkFlatController controller;
SkTDArray<SkFlatData*> paintData;
};
« no previous file with comments | « src/core/SkPicture.cpp ('k') | src/core/SkPictureData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698