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

Unified Diff: blimp/client/app/android/blimp_view.h

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
« no previous file with comments | « blimp/client/app/android/blimp_app_jni_registrar.cc ('k') | blimp/client/app/android/blimp_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/blimp_view.h
diff --git a/blimp/client/app/android/blimp_view.h b/blimp/client/app/android/blimp_view.h
index c40b2b4611e80ed84d22ba7de3372e8f61fc5248..f269250cb81465c2cb6d386f38ad8cfc79b9fa62 100644
--- a/blimp/client/app/android/blimp_view.h
+++ b/blimp/client/app/android/blimp_view.h
@@ -23,6 +23,8 @@ class BlimpCompositorManager;
class BrowserCompositor;
class RenderWidgetFeature;
+namespace app {
+
// The native component of org.chromium.blimp.BlimpView. This builds and
// maintains a BlimpCompositorAndroid and handles notifying the compositor of
// SurfaceView surface changes (size, creation, destruction, etc.).
@@ -40,7 +42,7 @@ class BlimpView {
const gfx::Size& real_size,
const gfx::Size& size,
float dp_to_px,
- RenderWidgetFeature* render_widget_feature);
+ blimp::client::RenderWidgetFeature* render_widget_feature);
// Methods called from Java via JNI.
void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& jobj);
@@ -117,6 +119,7 @@ class BlimpView {
DISALLOW_COPY_AND_ASSIGN(BlimpView);
};
+} // namespace app
} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/app/android/blimp_app_jni_registrar.cc ('k') | blimp/client/app/android/blimp_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698