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

Unified Diff: Source/core/css/viewportAndroid.css

Issue 40423003: Experimental viewport meta tag support for desktop, Blink-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again Created 7 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
« no previous file with comments | « Source/core/css/html.css ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/viewportAndroid.css
diff --git a/Source/modules/crypto/WindowCrypto.idl b/Source/core/css/viewportAndroid.css
similarity index 93%
copy from Source/modules/crypto/WindowCrypto.idl
copy to Source/core/css/viewportAndroid.css
index 46ef6c4b039fbe298f3c8a1c71fd80f3ef58bb30..f40650501ef627df19719605ef3196f5a8c024e5 100644
--- a/Source/modules/crypto/WindowCrypto.idl
+++ b/Source/core/css/viewportAndroid.css
@@ -28,9 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- ImplementedAs=DOMWindowCrypto
-] partial interface Window {
- readonly attribute Crypto crypto;
-};
+/* These styles override other user-agent styles for Chromium on Android. */
+@viewport {
+ min-width: 980px;
+}
« no previous file with comments | « Source/core/css/html.css ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698