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

Unified Diff: blimp/client/feature/compositor/blimp_compositor_manager_unittest.cc

Issue 1925863003: Changed Blimp client to start with white screen before drawing contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge origin/master 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
Index: blimp/client/feature/compositor/blimp_compositor_manager_unittest.cc
diff --git a/blimp/client/feature/compositor/blimp_compositor_manager_unittest.cc b/blimp/client/feature/compositor/blimp_compositor_manager_unittest.cc
index 9c1d21fe194b0d4a59ea90adc31c9a5df286a989..c4116a8addeefd6fc535af2e7fcfb89d76a93dca 100644
--- a/blimp/client/feature/compositor/blimp_compositor_manager_unittest.cc
+++ b/blimp/client/feature/compositor/blimp_compositor_manager_unittest.cc
@@ -53,7 +53,7 @@ class BlimpCompositorManagerForTesting : public BlimpCompositorManager {
public:
explicit BlimpCompositorManagerForTesting(
RenderWidgetFeature* render_widget_feature)
- : BlimpCompositorManager(render_widget_feature) {}
+ : BlimpCompositorManager(render_widget_feature, nullptr) {}
using BlimpCompositorManager::GetCompositor;

Powered by Google App Engine
This is Rietveld 408576698