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

Unified Diff: include/codec/SkCodec.h

Issue 980903002: Option for SkCodec to treat dst as all zeroes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update SkBmpCodec to use new ZeroInitialized API. Created 5 years, 9 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 | « gyp/skia_for_chromium_defines.gypi ('k') | include/core/SkImageGenerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/codec/SkCodec.h
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
index c46985268dce91cd766784c9cb878522572250d3..93416be51ea2654d45ab5c4a13574ceee084d954 100644
--- a/include/codec/SkCodec.h
+++ b/include/codec/SkCodec.h
@@ -94,8 +94,8 @@ protected:
}
private:
- const SkImageInfo fInfo;
+ const SkImageInfo fInfo;
SkAutoTDelete<SkStream> fStream;
- bool fNeedsRewind;
+ bool fNeedsRewind;
};
#endif // SkCodec_DEFINED
« no previous file with comments | « gyp/skia_for_chromium_defines.gypi ('k') | include/core/SkImageGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698