| 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;
|
| +}
|
|
|