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

Unified Diff: chrome/browser/ui/views/frame/contents_container.h

Issue 12036075: alternate ntp: fix website page jankiness when suggestions show and top bars are hidden (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove redundant param Created 7 years, 11 months 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
Index: chrome/browser/ui/views/frame/contents_container.h
diff --git a/chrome/browser/ui/views/frame/contents_container.h b/chrome/browser/ui/views/frame/contents_container.h
index 4a24d79921243cf36f39a43831a02a8c567ee429..1787237f39b7f8f19a6bdfb51cc7d9286f9a97cd 100644
--- a/chrome/browser/ui/views/frame/contents_container.h
+++ b/chrome/browser/ui/views/frame/contents_container.h
@@ -56,6 +56,8 @@ class ContentsContainer : public views::View {
return preview_web_contents_;
}
+ int preview_height() const;
dhollowa 2013/01/25 21:24:08 nit: since this is snake case (trivial) better to
Peter Kasting 2013/01/28 21:51:00 Anything named unix_hacker()-style should be inlin
kuan 2013/01/29 00:17:08 Done.
kuan 2013/01/29 00:17:08 Done.
+
// Sets the active top margin.
void SetActiveTopMargin(int margin);

Powered by Google App Engine
This is Rietveld 408576698