| Index: ui/base/layout.h
|
| diff --git a/ui/base/layout.h b/ui/base/layout.h
|
| index af5abc825bfe2dd427424b5e642c53b9451a0312..e994eae30b350123431a5cfcc3489a692cc3bf16 100644
|
| --- a/ui/base/layout.h
|
| +++ b/ui/base/layout.h
|
| @@ -42,12 +42,6 @@ UI_BASE_EXPORT void SetSupportedScaleFactors(
|
| // platform, in ascending order.
|
| UI_BASE_EXPORT const std::vector<ScaleFactor>& GetSupportedScaleFactors();
|
|
|
| -// OBSOLETE: Use GetScaleForScaleFactor instead.
|
| -// TODO(oshima): Remove this.
|
| -// Returns the actual image scale to be used for the scale factor passed in.
|
| -// On Windows high dpi, this returns the dpi scale for the display.
|
| -UI_BASE_EXPORT float GetImageScale(ScaleFactor scale_factor);
|
| -
|
| // Returns the supported ScaleFactor which most closely matches |scale|.
|
| // Converting from float to ScaleFactor is inefficient and should be done as
|
| // little as possible.
|
|
|