Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: views/widget/native_widget_views.h

Issue 8524020: Fix sad tab in native_widget_views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | views/widget/native_widget_views.cc » ('j') | views/widget/native_widget_views.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/native_widget_views.h
diff --git a/views/widget/native_widget_views.h b/views/widget/native_widget_views.h
index caf48ddb269b58db7d2021c965760030c8cc364a..2bbc256cc80a9f6fad7442dc7f750eb8355dfa3c 100644
--- a/views/widget/native_widget_views.h
+++ b/views/widget/native_widget_views.h
@@ -158,6 +158,8 @@ class VIEWS_EXPORT NativeWidgetViews : public internal::NativeWidgetPrivate {
// Parent Widget (can be NULL).
Widget* parent_;
+ bool bounds_relative_to_parent_;
+
internal::NativeWidgetView* view_;
bool active_;
« no previous file with comments | « no previous file | views/widget/native_widget_views.cc » ('j') | views/widget/native_widget_views.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698