Chromium Code Reviews| Index: webkit/glue/webkit_glue.cc |
| =================================================================== |
| --- webkit/glue/webkit_glue.cc (revision 85672) |
| +++ webkit/glue/webkit_glue.cc (working copy) |
| @@ -407,7 +407,7 @@ |
| #if WEBKIT_USING_SKIA |
| return canvas; |
| #elif WEBKIT_USING_CG |
| - return canvas->getTopPlatformDevice().GetBitmapContext(); |
| + return skia::GetBitmapContext(&canvas->getTopDevice()); |
| #else |
| NOTIMPLEMENTED(); |
| return NULL; |