Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: android_webview/java/src/org/chromium/android_webview/FullScreenView.java

Issue 421213004: Fixed Compilation Warnings from Aw Files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/java/src/org/chromium/android_webview/AwContents.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/FullScreenView.java
diff --git a/android_webview/java/src/org/chromium/android_webview/FullScreenView.java b/android_webview/java/src/org/chromium/android_webview/FullScreenView.java
index fc47d2647a66cd74fd208d4ecfed1fff40268b9b..6b944a177c58c96b1481be1218e072dea846605f 100644
--- a/android_webview/java/src/org/chromium/android_webview/FullScreenView.java
+++ b/android_webview/java/src/org/chromium/android_webview/FullScreenView.java
@@ -14,13 +14,13 @@ import android.view.MotionEvent;
import android.view.View;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputConnection;
-import android.widget.AbsoluteLayout;
+import android.widget.FrameLayout;
/**
* A view that is used to render the web contents in fullscreen mode, ie.
* html controls and subtitles, over the {@link ContentVideoView}.
*/
-public class FullScreenView extends AbsoluteLayout {
+public class FullScreenView extends FrameLayout {
private AwViewMethods mAwViewMethods;
private InternalAccessAdapter mInternalAccessAdapter;
« no previous file with comments | « android_webview/java/src/org/chromium/android_webview/AwContents.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698