| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index d9a51c5754eecd236eecc752ef45b982ce118f49..21fb1a0b775646284d73fe45001a6440aec2f0d9 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -204,7 +204,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
| gfx::Rect GetVisibleBounds() const;
|
|
|
| // Return the bounds of the View in screen coordinate system.
|
| - gfx::Rect GetScreenBounds() const;
|
| + gfx::Rect GetBoundsInScreen() const;
|
|
|
| // Returns the baseline of this view, or -1 if this view has no baseline. The
|
| // return value is relative to the preferred height.
|
|
|