| Index: src/core/SkPath.cpp
|
| diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp
|
| index 23c00e06f7b40922a050b6d4d75f1e773ac255c8..128a0cf3e40e537069b1540a97a4e2519d10a2dc 100644
|
| --- a/src/core/SkPath.cpp
|
| +++ b/src/core/SkPath.cpp
|
| @@ -13,6 +13,11 @@
|
| #include "SkPathRef.h"
|
| #include "SkRRect.h"
|
| #include "SkThread.h"
|
| +
|
| +// These two should be removed once we fix any gpu bugs, and then
|
| +// just move them into skia_for_chromium_defines.gypi
|
| +#define SK_SUPPORT_LEGACY_ADDOVAL
|
| +#define SK_SUPPORT_LEGACY_ADDRRECT
|
|
|
| ////////////////////////////////////////////////////////////////////////////
|
|
|
|
|