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

Unified Diff: blimp/client/app/android/java/src/org/chromium/blimp/BlimpView.java

Issue 2270323004: Add BlimpView to a Chrome tab when Blimp is enabled. (Closed)
Patch Set: addressed nit, renamed CreateForTesting and piped through touch handling Created 4 years, 4 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: blimp/client/app/android/java/src/org/chromium/blimp/BlimpView.java
diff --git a/blimp/client/app/android/java/src/org/chromium/blimp/BlimpView.java b/blimp/client/app/android/java/src/org/chromium/blimp/BlimpView.java
index b694d38de2af2c5e356505d1bda598dad3f5171d..aaa555b17997afc0d456d89e57c49159ecca917b 100644
--- a/blimp/client/app/android/java/src/org/chromium/blimp/BlimpView.java
+++ b/blimp/client/app/android/java/src/org/chromium/blimp/BlimpView.java
@@ -25,7 +25,7 @@ import org.chromium.ui.UiUtils;
* A {@link View} that will visually represent the Blimp rendered content. This {@link View} starts
* a native compositor.
*/
-@JNINamespace("blimp::client")
+@JNINamespace("blimp::client::app")
public class BlimpView
extends SurfaceView implements SurfaceHolder.Callback, View.OnLayoutChangeListener {
private long mNativeBlimpViewPtr;

Powered by Google App Engine
This is Rietveld 408576698