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

Unified Diff: src/core/SkAAClip.cpp

Issue 17572010: Build fix for [-Werror=maybe-uninitialized]. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 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/SkPathRef.h » ('j') | src/core/SkPathRef.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkAAClip.cpp
diff --git a/src/core/SkAAClip.cpp b/src/core/SkAAClip.cpp
index aa7513c4d14b4f373f159ce01d1935ff0a5560cb..6ab1c89d0205d2cad4c701a9e5c87feae90954a1 100644
--- a/src/core/SkAAClip.cpp
+++ b/src/core/SkAAClip.cpp
@@ -135,6 +135,7 @@ SkAAClip::Iter::Iter(const SkAAClip& clip) {
fDone = true;
fTop = fBottom = clip.fBounds.fBottom;
fData = NULL;
+ fCurrYOff = NULL;
fStopYOff = NULL;
return;
}
« no previous file with comments | « no previous file | src/core/SkPathRef.h » ('j') | src/core/SkPathRef.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698