Chromium Code Reviews| Index: ui/views/controls/native/native_view_host_win.cc |
| diff --git a/ui/views/controls/native/native_view_host_win.cc b/ui/views/controls/native/native_view_host_win.cc |
| index e7b74c3c7a1671709d7e26dede7d58db05cfec53..20f71c27327f07b6339756079697316cc3ee8471 100644 |
| --- a/ui/views/controls/native/native_view_host_win.cc |
| +++ b/ui/views/controls/native/native_view_host_win.cc |
| @@ -98,6 +98,7 @@ void NativeViewHostWin::ShowWidget(int x, int y, int w, int h) { |
| swp_flags = (swp_flags | SWP_SHOWWINDOW) & ~SWP_NOREDRAW; |
| if (host_->fast_resize()) { |
| + // TODO: Implement support for gravity. |
|
sky
2013/09/26 22:10:54
Nuke this. This class should be dead once aura is
rharrison
2013/09/30 20:48:45
Done.
|
| // In a fast resize, we move the window and clip it with SetWindowRgn. |
| RECT win_rect; |
| GetWindowRect(host_->native_view(), &win_rect); |