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

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

Issue 2270323004: Add BlimpView to a Chrome tab when Blimp is enabled. (Closed)
Patch Set: Magic now happens 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/blimp_view.h
diff --git a/blimp/client/app/android/blimp_view.h b/blimp/client/app/android/blimp_view.h
index 1c417e20ead295511a95e60472d164cd5442bd16..2ec2023b15a07f363db40dd4f4701e4a68c9d85f 100644
--- a/blimp/client/app/android/blimp_view.h
+++ b/blimp/client/app/android/blimp_view.h
@@ -19,6 +19,8 @@ class Size;
namespace blimp {
namespace client {
class BrowserCompositor;
+
+namespace app {
class RenderWidgetFeature;
// The native component of org.chromium.blimp.BlimpView. This builds and
@@ -38,7 +40,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);
@@ -115,6 +117,7 @@ class BlimpView {
DISALLOW_COPY_AND_ASSIGN(BlimpView);
};
+} // namespace app
} // namespace client
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698