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

Unified Diff: third_party/WebKit/Source/core/css/viewportTelevision.css

Issue 1972433002: [Chromecast] Handle device scale factor correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/core/css/viewportTelevision.css
diff --git a/third_party/WebKit/Source/core/css/viewportTelevision.css b/third_party/WebKit/Source/core/css/viewportTelevision.css
index 3e92b09169dd32994242114381ce4c43ffd9910a..87310b2e91743bb6c28298a4db68967a8cbe2d5b 100644
--- a/third_party/WebKit/Source/core/css/viewportTelevision.css
+++ b/third_party/WebKit/Source/core/css/viewportTelevision.css
@@ -5,5 +5,5 @@
*/
@viewport {
- min-width: 1280px;
+ width: 1280px;
alokp 2016/05/11 16:46:54 Is the window size still bigger than that of layou
}

Powered by Google App Engine
This is Rietveld 408576698