| Index: include/device/xps/SkXPSDevice.h
 | 
| diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h
 | 
| index 13ae83492f6054b7855db3a83d1468206c38e1a3..37df14b9a4b3d3cfa281bbc746f6f98a9ad728ed 100644
 | 
| --- a/include/device/xps/SkXPSDevice.h
 | 
| +++ b/include/device/xps/SkXPSDevice.h
 | 
| @@ -312,11 +312,7 @@ private:
 | 
|          const SkVector& ppuScale,
 | 
|          IXpsOMPath* shadedPath);
 | 
|  
 | 
| -    // 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;
 | 
|  
 | 
|      // Disable the default copy and assign implementation.
 | 
|      SkXPSDevice(const SkXPSDevice&);
 | 
| 
 |