Chromium Code Reviews| Index: content/shell/shell.h |
| diff --git a/content/shell/shell.h b/content/shell/shell.h |
| index f69211c8cd6aec285dec4675b9056121474d4b50..2b4ad57f3fddbfcd95187c87965041e52e88b8b5 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_elms_height_; // height of menubar, toolbar, etc. |
|
jochen (gone - plz use gerrit)
2013/05/21 08:08:07
nit. please spell out "elms"
|
| #elif defined(OS_ANDROID) |
| base::android::ScopedJavaGlobalRef<jobject> java_object_; |
| #elif defined(USE_AURA) |