Index: chrome/browser/extensions/extension_tabs_module.cc |
=================================================================== |
--- chrome/browser/extensions/extension_tabs_module.cc (revision 86706) |
+++ chrome/browser/extensions/extension_tabs_module.cc (working copy) |
@@ -1205,7 +1205,7 @@ |
VLOG(1) << "captureVisibleTab() got image from backing store."; |
SendResultFromBitmap( |
- temp_canvas.getTopPlatformDevice().accessBitmap(false)); |
+ skia::GetTopDevice(temp_canvas)->accessBitmap(false)); |
return true; |
} |