Chromium Code Reviews| Index: ui/views/controls/native/native_view_host_win.h |
| diff --git a/ui/views/controls/native/native_view_host_win.h b/ui/views/controls/native/native_view_host_win.h |
| index ea94b351ea3ad35005eecc2b4af41720b29c444c..96ccbbdf11da2997e29055f4273b3cbfd6fe2f79 100644 |
| --- a/ui/views/controls/native/native_view_host_win.h |
| +++ b/ui/views/controls/native/native_view_host_win.h |
| @@ -20,6 +20,7 @@ class NativeViewHostWin : public NativeViewHostWrapper { |
| // Overridden from NativeViewHostWrapper: |
| virtual void NativeViewWillAttach(); |
| + virtual void NativeViewAttached() { } |
|
sky
2013/09/26 22:10:54
style guide says no space between parens, eg {}
rharrison
2013/09/30 20:48:45
Done.
|
| virtual void NativeViewDetaching(bool destroyed); |
| virtual void AddedToWidget(); |
| virtual void RemovedFromWidget(); |