TBR=mtklein@google.com
BUG=skia:
Review URL: https://codereview.chromium.org/
1102273003
SkPoint lastTopLeft;
SkPoint topLeft = {SK_ScalarMin, SK_ScalarMin};
do {
- SkOpSpanBase* start;
- SkOpSpanBase* end;
+ SkOpSpanBase* start = NULL;
+ SkOpSpanBase* end = NULL;
bool topDone;
bool onlyVertical = false;
lastTopLeft = topLeft;
SkPoint lastTopLeft;
SkPoint topLeft = {SK_ScalarMin, SK_ScalarMin};
do {
- SkOpSpanBase* start;
- SkOpSpanBase* end;
+ SkOpSpanBase* start = NULL;
+ SkOpSpanBase* end = NULL;
bool topDone;
bool onlyVertical = false;
lastTopLeft = topLeft;