| Index: android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java
|
| index 88fd73387b1789e0c36cc0f832a6f40ee927dce2..78253c5a232152476ec6508d607fbfb8d182fdd5 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java
|
| @@ -29,6 +29,11 @@ public class AwLayoutSizerTest extends InstrumentationTestCase {
|
| this.measuredWidth = measuredWidth;
|
| this.measuredHeight = measuredHeight;
|
| }
|
| +
|
| + @Override
|
| + public void setAutoResizeMode(boolean enabled, int widthCss) {
|
| + // TODO: test me!
|
| + }
|
| }
|
|
|
| private static final int FIRST_CONTENT_WIDTH = 101;
|
|
|