| Index: chrome/browser/android/shortcut_helper.h
|
| diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h
|
| index 43224ba218e50a243c986b7ec01782f681c79711..847c5c1750f2a63ca73412b339bafcdccce9dd1e 100644
|
| --- a/chrome/browser/android/shortcut_helper.h
|
| +++ b/chrome/browser/android/shortcut_helper.h
|
| @@ -60,18 +60,18 @@ class ShortcutHelper {
|
| const SkBitmap& icon_bitmap);
|
|
|
| // Returns the ideal size for an icon representing a web app.
|
| - static int GetIdealHomescreenIconSizeInDp();
|
| + static int GetIdealHomescreenIconSizeInPx();
|
|
|
| // Returns the minimum size for an icon representing a web app.
|
| - static int GetMinimumHomescreenIconSizeInDp();
|
| + static int GetMinimumHomescreenIconSizeInPx();
|
|
|
| // Returns the ideal size for an image displayed on a web app's splash
|
| // screen.
|
| - static int GetIdealSplashImageSizeInDp();
|
| + static int GetIdealSplashImageSizeInPx();
|
|
|
| // Returns the minimum size for an image displayed on a web app's splash
|
| // screen.
|
| - static int GetMinimumSplashImageSizeInDp();
|
| + static int GetMinimumSplashImageSizeInPx();
|
|
|
| // Fetches the splash screen image and stores it inside the WebappDataStorage
|
| // of the webapp. The WebappDataStorage object *must* have been previously
|
|
|