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

Unified Diff: content/common/view_messages.h

Issue 1203503002: [DevTools] Implement screen size and position in Emulation.setDeviceMetricsOverrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screen-size-stub
Patch Set: Fixed nit Created 5 years, 6 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 75942fdbd94a368e1a34084f9ceafcefffc86d9b..c12bef8fe3b889ec08144588f68a3f3f04e59ab9 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -158,6 +158,8 @@ IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(blink::WebDeviceEmulationParams)
IPC_STRUCT_TRAITS_MEMBER(screenPosition)
+ IPC_STRUCT_TRAITS_MEMBER(screenSize)
+ IPC_STRUCT_TRAITS_MEMBER(viewPosition)
IPC_STRUCT_TRAITS_MEMBER(deviceScaleFactor)
IPC_STRUCT_TRAITS_MEMBER(viewSize)
IPC_STRUCT_TRAITS_MEMBER(fitToView)

Powered by Google App Engine
This is Rietveld 408576698