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

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

Issue 1965843002: Revert of Changed Blimp client to start with white screen before drawing contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | blimp/client/app/android/blimp_compositor_manager_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/blimp_compositor_manager_android.h
diff --git a/blimp/client/app/android/blimp_compositor_manager_android.h b/blimp/client/app/android/blimp_compositor_manager_android.h
index 1f058d097a732f7814b9f3a90c5fb9424f4916bd..2f9f6539532eea3257e48401cb217aeb2fe1934c 100644
--- a/blimp/client/app/android/blimp_compositor_manager_android.h
+++ b/blimp/client/app/android/blimp_compositor_manager_android.h
@@ -35,8 +35,7 @@
static std::unique_ptr<BlimpCompositorManagerAndroid> Create(
const gfx::Size& real_size,
const gfx::Size& size,
- RenderWidgetFeature* render_widget_feature,
- BlimpCompositorManagerClient* client);
+ RenderWidgetFeature* render_widget_feature);
~BlimpCompositorManagerAndroid() override;
@@ -46,9 +45,8 @@
// not including the system decorations. |dp_to_px| is the scale factor that
// is required to convert from dp (device pixels) to px.
BlimpCompositorManagerAndroid(const gfx::Size& size,
- bool real_size_supported,
- RenderWidgetFeature* render_widget_feature,
- BlimpCompositorManagerClient* client);
+ bool real_size_supported,
+ RenderWidgetFeature* render_widget_feature);
// BlimpCompositor implementation.
void GenerateLayerTreeSettings(cc::LayerTreeSettings* settings) override;
« no previous file with comments | « no previous file | blimp/client/app/android/blimp_compositor_manager_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698