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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_container.h

Issue 8573029: Fixes regression where showing bookmark bar (or download shelf) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks 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 | chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container.h
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_container.h
index bca954d3dc22e0240bd9c29260493179e9e4d85b..24808e2939c5db26ebec9ab2dd034b2f51ae37a0 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container.h
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container.h
@@ -30,6 +30,10 @@ class NativeTabContentsContainer {
// Tells the container to update less frequently during resizing operations
// so performance is better.
virtual void SetFastResize(bool fast_resize) = 0;
+ virtual bool GetFastResize() const = 0;
+
+ // Returns the value of GetFastResize() the last time layout occurred.
+ virtual bool FastResizeAtLastLayout() const = 0;
// Tells the container that the RenderViewHost for the attached TabContents
// has changed and it should update focus.
@@ -41,6 +45,7 @@ class NativeTabContentsContainer {
// Retrieves the views::View that hosts the TabContents.
virtual views::View* GetView() = 0;
+
protected:
virtual ~NativeTabContentsContainer() {}
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698