Index: remoting/android/java/res/layout/desktop.xml |
diff --git a/remoting/android/java/res/layout/desktop.xml b/remoting/android/java/res/layout/desktop.xml |
index 0850c7c1d2f807519f7b00b8512ea9b19ebcf85b..763a85e6c77281e697d6b4bff49b848a1b1b7992 100644 |
--- a/remoting/android/java/res/layout/desktop.xml |
+++ b/remoting/android/java/res/layout/desktop.xml |
@@ -8,7 +8,7 @@ |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
android:layout_width="match_parent" |
android:layout_height="match_parent"> |
- <org.chromium.chromoting.DesktopView android:id="@+id/desktop_view" |
+ <FrameLayout android:id="@+id/desktop_view_placeholder" |
android:layout_width="match_parent" |
android:layout_height="match_parent"/> |
<RelativeLayout |