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

Unified Diff: remoting/android/java/res/layout/desktop.xml

Issue 2132883002: [Remoting Android] Placeholder for DesktopView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase ToT and do same fix for GlDisplay Created 4 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
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

Powered by Google App Engine
This is Rietveld 408576698