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. |
// In a fast resize, we move the window and clip it with SetWindowRgn. |
RECT win_rect; |
GetWindowRect(host_->native_view(), &win_rect); |