| Index: ui/base/layout.h
|
| ===================================================================
|
| --- ui/base/layout.h (revision 157908)
|
| +++ ui/base/layout.h (working copy)
|
| @@ -48,7 +48,7 @@
|
| // Returns the float scale value for |scale_factor|.
|
| UI_EXPORT float GetScaleFactorScale(ScaleFactor scale_factor);
|
|
|
| -// Returns the supported ScaleFactor which most closely matches |scale|.
|
| +// Returns the ScaleFactor which most closely matches |scale|.
|
| // Converting from float to ScaleFactor is inefficient and should be done as
|
| // little as possible.
|
| UI_EXPORT ScaleFactor GetScaleFactorFromScale(float scale);
|
|
|