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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2106753004: Introduce bottom controls to CC and let it respond to scrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: findbug Created 4 years, 4 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
« no previous file with comments | « content/renderer/render_widget.cc ('k') | ui/android/delegated_frame_host_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/delegated_frame_host_android.h
diff --git a/ui/android/delegated_frame_host_android.h b/ui/android/delegated_frame_host_android.h
index d5a95c5022183d803664575d4fb4cfb787e02744..f56cb54f0c37a26e70d1238506a73aeb903de73d 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -87,7 +87,10 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
cc::SurfaceId surface_id;
gfx::Size surface_size;
- gfx::Vector2dF location_bar_content_translation;
+ float top_controls_height;
+ float top_controls_shown_ratio;
+ float bottom_controls_height;
+ float bottom_controls_shown_ratio;
cc::Selection<gfx::SelectionBound> viewport_selection;
};
std::unique_ptr<FrameData> current_frame_;
« no previous file with comments | « content/renderer/render_widget.cc ('k') | ui/android/delegated_frame_host_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698