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

Unified Diff: content/common/view_messages.h

Issue 953233002: Add |needs_resize_ack| flag to ViewMsg_Resize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove DCHECK() Created 5 years, 10 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/browser/renderer_host/render_widget_host_impl.cc ('k') | content/public/test/render_widget_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index f314706dce798568d48ac5ecbb1f7a3756f516d5..34996250992f50380207bf0bc13f858bc7c1e790 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -446,6 +446,9 @@ IPC_STRUCT_BEGIN(ViewMsg_Resize_Params)
IPC_STRUCT_MEMBER(gfx::Rect, resizer_rect)
// Indicates whether a page is fullscreen or not.
IPC_STRUCT_MEMBER(bool, is_fullscreen)
+ // If set, requests the renderer to reply with a ViewHostMsg_UpdateRect
+ // with the ViewHostMsg_UpdateRect_Flags::IS_RESIZE_ACK bit set in flags.
+ IPC_STRUCT_MEMBER(bool, needs_resize_ack)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ViewMsg_New_Params)
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | content/public/test/render_widget_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698