Chromium Code Reviews| Index: ppapi/proxy/ppb_image_data_proxy.cc |
| =================================================================== |
| --- ppapi/proxy/ppb_image_data_proxy.cc (revision 167659) |
| +++ ppapi/proxy/ppb_image_data_proxy.cc (working copy) |
| @@ -386,7 +386,7 @@ |
| return PP_ERROR_NOACCESS; |
| } |
| -skia::PlatformCanvas* ImageData::GetPlatformCanvas() { |
| +SkCanvas* ImageData::GetPlatformCanvas() { |
| #if defined(OS_NACL) |
| return NULL; // No canvas in NaCl. |
| #else |