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

Unified Diff: ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm

Issue 2589803002: Upstream Chrome on iOS source code [6/11]. (Closed)
Patch Set: Created 4 years 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: ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm b/ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm
new file mode 100644
index 0000000000000000000000000000000000000000..7265ad220047a0a21db84d27b7e69881f7d1e1f4
--- /dev/null
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm
@@ -0,0 +1,14 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#import "ios/chrome/browser/ui/ntp/new_tab_page_header_constants.h"
+
+namespace ntp_header {
+
+const CGFloat kMinHeaderHeight = 62;
+const CGFloat kAnimationDistance = 42;
+const CGFloat kToolbarHeight = 56;
+const CGFloat kScrolledToTopOmniboxBottomMargin = 4;
+
+} // ntp_header
« no previous file with comments | « ios/chrome/browser/ui/ntp/new_tab_page_header_constants.h ('k') | ios/chrome/browser/ui/ntp/new_tab_page_header_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698