Index: content/shell/shell.h |
diff --git a/content/shell/shell.h b/content/shell/shell.h |
index f69211c8cd6aec285dec4675b9056121474d4b50..907262fac6fbf9dc2738230b31667cfebc2ccd66 100644 |
--- a/content/shell/shell.h |
+++ b/content/shell/shell.h |
@@ -243,6 +243,7 @@ class Shell : public WebContentsDelegate, |
int content_width_; |
int content_height_; |
+ int ui_elements_height_; // height of menubar, toolbar, etc. |
#elif defined(OS_ANDROID) |
base::android::ScopedJavaGlobalRef<jobject> java_object_; |
#elif defined(USE_AURA) |