| Index: include/pdf/SkPDFDevice.h
 | 
| diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
 | 
| index 9b21f8f90a22bd9aebf4fb5038660c09774a2ff4..0dd06469b47b85a51cb695c54de2d408a1e2aa62 100644
 | 
| --- a/include/pdf/SkPDFDevice.h
 | 
| +++ b/include/pdf/SkPDFDevice.h
 | 
| @@ -257,10 +257,7 @@ private:
 | 
|                  const SkRegion& existingClipRegion);
 | 
|  
 | 
|      // override from SkBaseDevice
 | 
| -    virtual SkBaseDevice* onCreateCompatibleDevice(SkBitmap::Config config,
 | 
| -                                                   int width, int height,
 | 
| -                                                   bool isOpaque,
 | 
| -                                                   Usage usage) SK_OVERRIDE;
 | 
| +    virtual SkBaseDevice* onCreateDevice(const SkImageInfo&, Usage) SK_OVERRIDE;
 | 
|  
 | 
|      void init();
 | 
|      void cleanUp(bool clearFontUsage);
 | 
| 
 |