| Index: include/core/SkData.h
 | 
| diff --git a/include/core/SkData.h b/include/core/SkData.h
 | 
| index c244cb8a927163f8e17e891994d81d4bd033ed2b..b5dc66fd5698527ffa88c35875850f69c611162c 100644
 | 
| --- a/include/core/SkData.h
 | 
| +++ b/include/core/SkData.h
 | 
| @@ -136,6 +136,9 @@ private:
 | 
|      SkData(const void* ptr, size_t size, ReleaseProc, void* context);
 | 
|      virtual ~SkData();
 | 
|  
 | 
| +    // Called the first time someone calls NewEmpty to initialize the singleton.
 | 
| +    static void NewEmptyImpl(SkData**);
 | 
| +
 | 
|      typedef SkRefCnt INHERITED;
 | 
|  };
 | 
|  
 | 
| 
 |