Index: ui/views/controls/native/native_view_host.cc |
diff --git a/ui/views/controls/native/native_view_host.cc b/ui/views/controls/native/native_view_host.cc |
index 7ec512a5e50e110a7080e8772f2577dc3a5c07da..1582281b8509df48731793d4a2808a0a7346f5a6 100644 |
--- a/ui/views/controls/native/native_view_host.cc |
+++ b/ui/views/controls/native/native_view_host.cc |
@@ -33,6 +33,7 @@ NativeViewHost::NativeViewHost() |
: native_view_(NULL), |
fast_resize_(false), |
fast_resize_at_last_layout_(false), |
+ fast_resize_gravity_(FAST_RESIZE_GRAVITY_NORTHWEST), |
focus_view_(NULL) { |
} |