diff options
Diffstat (limited to 'ui/base/resource/resource_bundle.cc')
-rw-r--r-- | ui/base/resource/resource_bundle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/resource/resource_bundle.cc b/ui/base/resource/resource_bundle.cc index 4c5a50b..24c0560 100644 --- a/ui/base/resource/resource_bundle.cc +++ b/ui/base/resource/resource_bundle.cc @@ -377,7 +377,7 @@ void ResourceBundle::LoadFontsIfNecessary() { SkBitmap* ResourceBundle::LoadBitmap(const ResourceHandle& data_handle, int resource_id) { - scoped_refptr<RefCountedMemory> memory( + scoped_refptr<base::RefCountedMemory> memory( data_handle.GetStaticMemory(resource_id)); if (!memory) return NULL; |