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

Unified Diff: src/ports/SkFontHost_mac.cpp

Issue 13146005: Fix minor cppcheck-found issues (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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
Index: src/ports/SkFontHost_mac.cpp
===================================================================
--- src/ports/SkFontHost_mac.cpp (revision 8388)
+++ src/ports/SkFontHost_mac.cpp (working copy)
@@ -344,7 +344,8 @@
}
};
-Offscreen::Offscreen() : fRGBSpace(NULL), fCG(NULL) {
+Offscreen::Offscreen() : fRGBSpace(NULL), fCG(NULL),
+ fDoAA(false), fDoLCD(false) {
fSize.set(0, 0);
}
« no previous file with comments | « src/gpu/GrAAHairLinePathRenderer.cpp ('k') | src/utils/SkBitSet.h » ('j') | src/utils/SkBitSet.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698