| Index: include/core/SkPathRef.h
|
| diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h
|
| index 0b661b44cb2541bd1302d320fa90bdc2adae2460..4b57fc80e4c39fe595e9a7275ce282584818b02e 100644
|
| --- a/include/core/SkPathRef.h
|
| +++ b/include/core/SkPathRef.h
|
| @@ -421,7 +421,7 @@ private:
|
| /**
|
| * Called the first time someone calls CreateEmpty to actually create the singleton.
|
| */
|
| - static SkPathRef* CreateEmptyImpl();
|
| + friend SkPathRef* sk_create_empty_pathref();
|
|
|
| void setIsOval(bool isOval) { fIsOval = isOval; }
|
|
|
|
|