| Index: gm/complexclip.cpp
|
| diff --git a/gm/complexclip.cpp b/gm/complexclip.cpp
|
| index 5603655fada1e8e347a08bcebb3626a7c52dbcfc..038b1424cb802164dda9eee84c9af7b702162fa9 100644
|
| --- a/gm/complexclip.cpp
|
| +++ b/gm/complexclip.cpp
|
| @@ -23,7 +23,7 @@ public:
|
| : fDoAAClip(aaclip)
|
| , fDoSaveLayer(saveLayer)
|
| , fInvertDraw(invertDraw) {
|
| - this->setBGColor(0xFFDDDDDD);
|
| + this->setBGColor(0xFFDEDFDE);
|
| }
|
|
|
| protected:
|
| @@ -83,7 +83,7 @@ protected:
|
|
|
| SkPaint paint;
|
| paint.setAntiAlias(true);
|
| - sk_tool_utils::set_portable_typeface(&paint);
|
| + sk_tool_utils::set_portable_typeface_always(&paint);
|
| paint.setTextSize(SkIntToScalar(20));
|
|
|
| static const struct {
|
|
|