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

Unified Diff: content/common/view_messages.h

Issue 12328080: Plumb physical backing size from RWHV to renderer CC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fetch device scale directly in RWVHBase Created 7 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
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 62e50c935b9d9e0bc0e9f59fc07a8ee35fa7551b..3c5cd92fa3dc8e58cb4a4ad1f5c225b0be5e0d3a 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -797,8 +797,9 @@ IPC_MESSAGE_ROUTED0(ViewMsg_Close)
// the view's current size. The generated ViewHostMsg_PaintRect message will
// have the IS_RESIZE_ACK flag set. It also receives the resizer rect so that
// we don't have to fetch it every time WebKit asks for it.
-IPC_MESSAGE_ROUTED3(ViewMsg_Resize,
+IPC_MESSAGE_ROUTED4(ViewMsg_Resize,
gfx::Size /* new_size */,
+ gfx::Size /* physical_backing_size */,
gfx::Rect /* resizer_rect */,
bool /* is_fullscreen */)

Powered by Google App Engine
This is Rietveld 408576698