| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 92d1b289a1f4df955cfe9dc9ce37a49e53d66835..9ee8792e3783b793924bb4a8dba56685d74b4b35 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -630,8 +630,8 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| virtual bool IsInactiveRenderingDisabled() const OVERRIDE;
|
| virtual void EnableInactiveRendering() OVERRIDE;
|
| virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE;
|
| - virtual void OnNativeFocus(gfx::NativeView focused_view) OVERRIDE;
|
| - virtual void OnNativeBlur(gfx::NativeView focused_view) OVERRIDE;
|
| + virtual void OnNativeFocus(gfx::NativeView old_focused_view) OVERRIDE;
|
| + virtual void OnNativeBlur(gfx::NativeView new_focused_view) OVERRIDE;
|
| virtual void OnNativeWidgetVisibilityChanged(bool visible) OVERRIDE;
|
| virtual void OnNativeWidgetCreated() OVERRIDE;
|
| virtual void OnNativeWidgetDestroying() OVERRIDE;
|
|
|