| Index: plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/output/page/SetDeviceMetricsOverrideParams.java
|
| diff --git a/plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/output/page/SetDeviceMetricsOverrideParams.java b/plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/output/page/SetDeviceMetricsOverrideParams.java
|
| deleted file mode 100644
|
| index b037de04a87d6e08c56bc58858fd168d274b53ef..0000000000000000000000000000000000000000
|
| --- a/plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/output/page/SetDeviceMetricsOverrideParams.java
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -// Generated source.
|
| -// Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator
|
| -// Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/Inspector.json@114632
|
| -
|
| -package org.chromium.sdk.internal.wip.protocol.output.page;
|
| -
|
| -/**
|
| -Overrides the values of device screen dimensions (window.screen.width, window.screen.height, window.innerWidth, window.innerHeight, and "device-width"/"device-height"-related CSS media query results) and the font scale factor.
|
| - */
|
| -public class SetDeviceMetricsOverrideParams extends org.chromium.sdk.internal.wip.protocol.output.WipParams {
|
| - /**
|
| - @param width Overriding width value in pixels (minimum 0, maximum 10000000). 0 disables the override.
|
| - @param height Overriding height value in pixels (minimum 0, maximum 10000000). 0 disables the override.
|
| - @param fontScaleFactor Overriding font scale factor value (must be positive). 1 disables the override.
|
| - @param fitWindow Whether a view that exceeds the available browser window area should be scaled down to fit.
|
| - */
|
| - public SetDeviceMetricsOverrideParams(long width, long height, Number fontScaleFactor, boolean fitWindow) {
|
| - this.put("width", width);
|
| - this.put("height", height);
|
| - this.put("fontScaleFactor", fontScaleFactor);
|
| - this.put("fitWindow", fitWindow);
|
| - }
|
| -
|
| - public static final String METHOD_NAME = org.chromium.sdk.internal.wip.protocol.BasicConstants.Domain.PAGE + ".setDeviceMetricsOverride";
|
| -
|
| - @Override protected String getRequestName() {
|
| - return METHOD_NAME;
|
| - }
|
| -
|
| -}
|
|
|