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

Unified Diff: ash/autoclick/mus/autoclick_application.cc

Issue 2429173005: Mus+Ash: Replace (Server)WindowSurface with (Server)WindowCompositorFrameSink (Closed)
Patch Set: ui::CompositorFrameSink => ui::WindowCompositorFrameSink Created 4 years, 2 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 | ash/mus/bridge/wm_root_window_controller_mus.cc » ('j') | services/ui/public/cpp/window.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/autoclick/mus/autoclick_application.cc
diff --git a/ash/autoclick/mus/autoclick_application.cc b/ash/autoclick/mus/autoclick_application.cc
index 06c781542218063ed5df60360b2b940afaa7d048..cb00f3a0bd2f631cb63e93a0ef0c333de1f01888 100644
--- a/ash/autoclick/mus/autoclick_application.cc
+++ b/ash/autoclick/mus/autoclick_application.cc
@@ -113,7 +113,7 @@ void AutoclickApplication::Launch(uint32_t what, mash::mojom::LaunchMode how) {
ui::Window* window =
window_manager_connection_.get()->NewTopLevelWindow(properties);
params.native_widget = new views::NativeWidgetMus(
- widget_.get(), window, ui::mojom::SurfaceType::DEFAULT);
+ widget_.get(), window, ui::mojom::CompositorFrameSinkType::DEFAULT);
rjkroege 2016/10/20 22:22:18 isn't it a layering violation that this code even
Fady Samuel 2016/10/21 20:53:26 This will go away once underlay CompositorFrameSin
widget_->Init(params);
} else {
widget_->Close();
« no previous file with comments | « no previous file | ash/mus/bridge/wm_root_window_controller_mus.cc » ('j') | services/ui/public/cpp/window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698