Index: chrome/browser/views/old_frames/vista_frame.h |
=================================================================== |
--- chrome/browser/views/old_frames/vista_frame.h (revision 3362) |
+++ chrome/browser/views/old_frames/vista_frame.h (working copy) |
@@ -381,6 +381,9 @@ |
// A mapping between accelerators and commands. |
scoped_ptr<std::map<ChromeViews::Accelerator, int>> accelerator_table_; |
+ // Whether this frame needs a layout or not. |
+ bool needs_layout_; |
+ |
// Whether this frame represents an off the record session. |
bool is_off_the_record_; |