Index: content/shell/browser/shell.h |
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h |
index 0b9fe7fe16ee0bc95a183ece4852e32e73395841..ea481a068708db3885014ede0bfa83e14e310742 100644 |
--- a/content/shell/browser/shell.h |
+++ b/content/shell/browser/shell.h |
@@ -268,6 +268,8 @@ class Shell : public WebContentsDelegate, |
static views::ViewsDelegate* views_delegate_; |
views::Widget* window_widget_; |
+ int content_width_; |
+ int content_height_; |
#else // defined(TOOLKIT_VIEWS) |
static ShellAuraPlatformData* platform_; |
#endif // defined(TOOLKIT_VIEWS) |