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

Unified Diff: content/common/view_messages.h

Issue 11348033: Initialize device scale factor correctly on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't truncate scale factor on Chrome OS. Created 8 years, 1 month 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 a5ba46bc2cdd79eb114efd32ad814e334b36a26c..8ef2f671ebdab4cef081b100877b2ba8068ad335 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -124,6 +124,7 @@ IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(WebKit::WebScreenInfo)
IPC_STRUCT_TRAITS_MEMBER(verticalDPI)
IPC_STRUCT_TRAITS_MEMBER(horizontalDPI)
+ IPC_STRUCT_TRAITS_MEMBER(deviceScaleFactor)
IPC_STRUCT_TRAITS_MEMBER(depth)
IPC_STRUCT_TRAITS_MEMBER(depthPerComponent)
IPC_STRUCT_TRAITS_MEMBER(isMonochrome)

Powered by Google App Engine
This is Rietveld 408576698