| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 0c7ab33a1a5d808729fba550fde9487b35860580..0fbf979b0b15345e6e1d61f36d811c4bd19f9d1f 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -759,10 +759,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| // mouse location to refresh hovering status in the widget.
|
| void SynthesizeMouseMoveEvent();
|
|
|
| - // Called by our RootView after it has performed a Layout. Used to forward
|
| - // window sizing information to the window server on some platforms.
|
| - void OnRootViewLayout();
|
| -
|
| // Whether the widget supports translucency.
|
| bool IsTranslucentWindowOpacitySupported() const;
|
|
|
|
|