| Index: views/controls/native/native_view_host_win.h
|
| diff --git a/views/controls/native/native_view_host_win.h b/views/controls/native/native_view_host_win.h
|
| index 51bc616255e13cb2169280cffe45199a8811fe9c..489c9d8ed88c3e73ad5cf9eded651fc4d8943123 100644
|
| --- a/views/controls/native/native_view_host_win.h
|
| +++ b/views/controls/native/native_view_host_win.h
|
| @@ -20,7 +20,7 @@ class NativeViewHostWin : public NativeViewHostWrapper {
|
|
|
| // Overridden from NativeViewHostWrapper:
|
| virtual void NativeViewAttached();
|
| - virtual void NativeViewDetaching();
|
| + virtual void NativeViewDetaching(bool destroyed);
|
| virtual void AddedToWidget();
|
| virtual void RemovedFromWidget();
|
| virtual void InstallClip(int x, int y, int w, int h);
|
|
|