Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_chromium_org
Commits
37fd82dc
Commit
37fd82dc
authored
11 years ago
by
Marcin Kosiba
Committed by
Android (Google) Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "[android_webview] Fix crash in testCreateDestroy." into klp-dev
parents
218d56eb
b17a803e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
android_webview/java/src/org/chromium/android_webview/AwContents.java
...iew/java/src/org/chromium/android_webview/AwContents.java
+1
-0
No files found.
android_webview/java/src/org/chromium/android_webview/AwContents.java
View file @
37fd82dc
...
...
@@ -317,6 +317,7 @@ public class AwContents {
@Override
public
void
setFixedLayoutSize
(
int
widthDip
,
int
heightDip
)
{
if
(
mNativeAwContents
==
0
)
return
;
nativeSetFixedLayoutSize
(
mNativeAwContents
,
widthDip
,
heightDip
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment