Index: chrome/browser/ui/app_list/fast_show_pickler.cc |
diff --git a/chrome/browser/ui/app_list/fast_show_pickler.cc b/chrome/browser/ui/app_list/fast_show_pickler.cc |
index 132f82ed027ce247405f4134495fbe1b2ee9e3eb..3afe5d6c7ce6cd9b05b5e5636efab49117c494cf 100644 |
--- a/chrome/browser/ui/app_list/fast_show_pickler.cc |
+++ b/chrome/browser/ui/app_list/fast_show_pickler.cc |
@@ -84,7 +84,7 @@ bool PickleImage(Pickle* pickle, const gfx::ImageSkia& image) { |
pickle->WriteInt(it->pixel_width()); |
pickle->WriteInt(it->pixel_height()); |
ImageFormat format = NONE; |
- if (!ConfigToFormat(it->sk_bitmap().getConfig(), &format)) |
+ if (!ConfigToFormat(it->sk_bitmap().config(), &format)) |
reed1
2014/05/07 18:06:22
nit: can we change this more, to pass in colortype
|
return false; |
pickle->WriteInt(static_cast<int>(format)); |
int size = static_cast<int>(it->sk_bitmap().getSafeSize()); |