| Index: skia/ext/vector_platform_device_win.cc
|
| ===================================================================
|
| --- skia/ext/vector_platform_device_win.cc (revision 78814)
|
| +++ skia/ext/vector_platform_device_win.cc (working copy)
|
| @@ -22,8 +22,9 @@
|
| }
|
|
|
| //static
|
| -PlatformDevice* VectorPlatformDeviceFactory::CreateDevice(
|
| - int width, int height, bool is_opaque, HANDLE shared_section) {
|
| +SkDevice* VectorPlatformDeviceFactory::CreateDevice(int width, int height,
|
| + bool is_opaque,
|
| + HANDLE shared_section) {
|
| if (!is_opaque) {
|
| // TODO(maruel): http://crbug.com/18382 When restoring a semi-transparent
|
| // layer, i.e. merging it, we need to rasterize it because GDI doesn't
|
|
|