Index: chrome/renderer/extensions/notifications_native_handler.cc |
diff --git a/chrome/renderer/extensions/notifications_native_handler.cc b/chrome/renderer/extensions/notifications_native_handler.cc |
index a08284b2783a9454c82187e993c678d7afb8f9da..ba0e17a5252be0ad9b5141e9a4d828c647c4b18f 100644 |
--- a/chrome/renderer/extensions/notifications_native_handler.cc |
+++ b/chrome/renderer/extensions/notifications_native_handler.cc |
@@ -25,7 +25,7 @@ NotificationsNativeHandler::NotificationsNativeHandler(ScriptContext* context) |
void NotificationsNativeHandler::GetNotificationImageSizes( |
const v8::FunctionCallbackInfo<v8::Value>& args) { |
- NotificationBitmapSizes bitmap_sizes = NotificationBitmapSizes(); |
+ NotificationBitmapSizes bitmap_sizes = GetNotificationBitmapSizes(); |
float scale_factor = |
ui::GetScaleForScaleFactor(ui::GetSupportedScaleFactors().back()); |