Commit 37fd82dc authored by Marcin Kosiba's avatar Marcin Kosiba Committed by Android (Google) Code Review
Browse files

Merge "[android_webview] Fix crash in testCreateDestroy." into klp-dev

parents 218d56eb b17a803e
......@@ -317,6 +317,7 @@ public class AwContents {
@Override
public void setFixedLayoutSize(int widthDip, int heightDip) {
if (mNativeAwContents == 0) return;
nativeSetFixedLayoutSize(mNativeAwContents, widthDip, heightDip);
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment