| Index: ui/base/layout.h
|
| diff --git a/ui/base/layout.h b/ui/base/layout.h
|
| index 2349693779237879469147b2aa16407a8013bfb5..0d4fda3019b78be05ebee8c782093bf1bd2891a3 100644
|
| --- a/ui/base/layout.h
|
| +++ b/ui/base/layout.h
|
| @@ -49,11 +49,8 @@ UI_EXPORT float GetScaleFactorScale(ScaleFactor scale_factor);
|
| // little as possible.
|
| UI_EXPORT ScaleFactor GetScaleFactorFromScale(float scale);
|
|
|
| -#if defined(OS_MACOSX)
|
| -
|
| // Returns a vector with the scale factors which are supported by this
|
| // platform.
|
| -// Only required on Mac so far.
|
| UI_EXPORT std::vector<ScaleFactor> GetSupportedScaleFactors();
|
|
|
| namespace test {
|
| @@ -63,8 +60,6 @@ UI_EXPORT void SetSupportedScaleFactors(
|
|
|
| } // namespace test
|
|
|
| -#endif
|
| -
|
| } // namespace ui
|
|
|
| #endif // UI_BASE_LAYOUT_H_
|
|
|