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

Unified Diff: chrome/browser/android/compositor/layer/toolbar_layer.h

Issue 2542883004: Bottom browser controls position based on window height (Closed)
Patch Set: rebase 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: chrome/browser/android/compositor/layer/toolbar_layer.h
diff --git a/chrome/browser/android/compositor/layer/toolbar_layer.h b/chrome/browser/android/compositor/layer/toolbar_layer.h
index 8ae38addbdd2850d8d645873b45ac0e0a6f8ca75..ab070ad9a2133d6ca8d6ee9340267cf86f469c5a 100644
--- a/chrome/browser/android/compositor/layer/toolbar_layer.h
+++ b/chrome/browser/android/compositor/layer/toolbar_layer.h
@@ -32,10 +32,11 @@ class ToolbarLayer : public Layer {
void PushResource(int toolbar_resource_id,
int toolbar_background_color,
bool anonymize,
- int toolbar_textbox_background_color,
+ int toolbar_textbox_background_color,
int url_bar_background_resource_id,
float url_bar_alpha,
- float view_height,
+ float window_height,
+ float y_offset,
bool show_debug,
bool clip_shadow,
bool browser_controls_at_bottom);
« no previous file with comments | « chrome/browser/android/compositor/layer/tab_layer.cc ('k') | chrome/browser/android/compositor/layer/toolbar_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698