aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/core/SkRect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkRect.h b/include/core/SkRect.h
index 68a51d14e9..19ee12a596 100644
--- a/include/core/SkRect.h
+++ b/include/core/SkRect.h
@@ -290,7 +290,7 @@ struct SK_API SkIRect {
void sort();
static const SkIRect& EmptyIRect() {
- static const SkIRect gEmpty = {0};
+ static const SkIRect gEmpty = { 0, 0, 0, 0 };
return gEmpty;
}
};