| Index: skia/ext/vector_platform_device_emf_win.h
|
| ===================================================================
|
| --- skia/ext/vector_platform_device_emf_win.h (revision 123041)
|
| +++ skia/ext/vector_platform_device_emf_win.h (working copy)
|
| @@ -20,7 +20,7 @@
|
| // This device is a simple wrapper over a Windows device context (HDC) handle.
|
| class VectorPlatformDeviceEmf : public PlatformDevice, public SkDevice {
|
| public:
|
| - SK_API static SkDevice* CreateDevice(int width, int height, bool isOpaque,
|
| + SK_API static SkDevice* CreateDevice(int width, int height, int flags,
|
| HANDLE shared_section);
|
|
|
| // Factory function. The DC is kept as the output context.
|
|
|