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

Unified Diff: content/common/view_messages.h

Issue 476113004: Replace overdraw_bottom_height with top_controls_layout_height. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ScrollViewportRounding test Created 6 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
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 6bc9713291c971e391bb28b37b194ef8fbfe1528..4c510c819661e9afdd3563e2440b368bce800b65 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -588,7 +588,7 @@ IPC_STRUCT_BEGIN(ViewMsg_Resize_Params)
IPC_STRUCT_MEMBER(blink::WebScreenInfo, screen_info)
IPC_STRUCT_MEMBER(gfx::Size, new_size)
IPC_STRUCT_MEMBER(gfx::Size, physical_backing_size)
- IPC_STRUCT_MEMBER(float, overdraw_bottom_height)
+ IPC_STRUCT_MEMBER(float, top_controls_layout_height)
IPC_STRUCT_MEMBER(gfx::Size, visible_viewport_size)
IPC_STRUCT_MEMBER(gfx::Rect, resizer_rect)
IPC_STRUCT_MEMBER(bool, is_fullscreen)
« no previous file with comments | « content/common/cc_messages.h ('k') | content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698