| Index: ui/base/layout.h
|
| diff --git a/ui/base/layout.h b/ui/base/layout.h
|
| index fd2627bbc508dc171371e1f155e53998256ad8f8..d456c32d5379202ff999193611f7c88b7f98020a 100644
|
| --- a/ui/base/layout.h
|
| +++ b/ui/base/layout.h
|
| @@ -31,7 +31,7 @@ UI_BASE_EXPORT const std::vector<ScaleFactor>& GetSupportedScaleFactors();
|
| UI_BASE_EXPORT ScaleFactor GetSupportedScaleFactor(float image_scale);
|
|
|
| // Returns the ScaleFactor used by |view|.
|
| -UI_BASE_EXPORT float GetScaleFactorForNativeView(gfx::NativeView view);
|
| +UI_BASE_EXPORT float GetScaleFactorForNativeView(gfx::NativeViewId view);
|
|
|
| // Returns true if the scale passed in is the list of supported scales for
|
| // the platform.
|
|
|