Chromium Code Reviews| Index: include/core/SkPathRef.h |
| diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h |
| index 47a69b7e737aead35ccdfc0a24e1c107a08d6971..8802714243090edc3fa207a58ffebce8bc356a4d 100644 |
| --- a/include/core/SkPathRef.h |
| +++ b/include/core/SkPathRef.h |
| @@ -418,7 +418,7 @@ |
| /** |
| * Called the first time someone calls CreateEmpty to actually create the singleton. |
| */ |
| - static SkPathRef* CreateEmptyImpl(); |
| + static void CreateEmptyImpl(int/*unused*/); |
| void setIsOval(bool isOval) { fIsOval = isOval; } |