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

Unified Diff: blimp/client/core/render_widget/blimp_document.cc

Issue 2445093002: cc/blimp: Add synchronization for scroll/scale state. (Closed)
Patch Set: test compile Created 4 years, 1 month 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/core/render_widget/blimp_document.cc
diff --git a/blimp/client/core/render_widget/blimp_document.cc b/blimp/client/core/render_widget/blimp_document.cc
index 4421e1f4c78f56ab5db6595433f3e38fcf80fe68..2104ee168363a617d6aeba7f320b9f9c8287548f 100644
--- a/blimp/client/core/render_widget/blimp_document.cc
+++ b/blimp/client/core/render_widget/blimp_document.cc
@@ -19,7 +19,7 @@ BlimpDocument::BlimpDocument(int document_id,
BlimpCompositorDependencies* compositor_deps,
BlimpDocumentManager* document_manager)
: BlimpDocument(document_id,
- base::MakeUnique<BlimpCompositor>(
+ BlimpCompositor::Create(
compositor_deps,
this,
base::CommandLine::ForCurrentProcess()->HasSwitch(

Powered by Google App Engine
This is Rietveld 408576698