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

Unified Diff: ash/touch_hud/mus/touch_hud_application.cc

Issue 2429173005: Mus+Ash: Replace (Server)WindowSurface with (Server)WindowCompositorFrameSink (Closed)
Patch Set: Rebased 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 | « ash/mus/non_client_frame_controller.cc ('k') | chrome/browser/ui/views/frame/browser_frame_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch_hud/mus/touch_hud_application.cc
diff --git a/ash/touch_hud/mus/touch_hud_application.cc b/ash/touch_hud/mus/touch_hud_application.cc
index 2889b4263bfebcb29f5265bb4a806ea8766c2d2d..1eb7bc953c7634d115a0966569203337bbd12a94 100644
--- a/ash/touch_hud/mus/touch_hud_application.cc
+++ b/ash/touch_hud/mus/touch_hud_application.cc
@@ -97,7 +97,7 @@ void TouchHudApplication::Launch(uint32_t what, mash::mojom::LaunchMode how) {
ui::Window* window =
window_manager_connection_.get()->NewTopLevelWindow(properties);
params.native_widget = new views::NativeWidgetMus(
- widget_, window, ui::mojom::SurfaceType::DEFAULT);
+ widget_, window, ui::mojom::CompositorFrameSinkType::DEFAULT);
widget_->Init(params);
widget_->Show();
} else {
« no previous file with comments | « ash/mus/non_client_frame_controller.cc ('k') | chrome/browser/ui/views/frame/browser_frame_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698