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

Unified Diff: components/mus/ws/server_window_surface_manager_test_api.cc

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: rebase Created 4 years, 11 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 | « components/mus/ws/server_window_surface_manager.cc ('k') | components/mus/ws/test_change_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/server_window_surface_manager_test_api.cc
diff --git a/components/mus/ws/server_window_surface_manager_test_api.cc b/components/mus/ws/server_window_surface_manager_test_api.cc
index 606e556b6f8c3f1562f8dbfa5b7d9eae12b85637..38aba1242038c7b31efa83366c7ca88c684fb22c 100644
--- a/components/mus/ws/server_window_surface_manager_test_api.cc
+++ b/components/mus/ws/server_window_surface_manager_test_api.cc
@@ -16,7 +16,7 @@ ServerWindowSurfaceManagerTestApi::ServerWindowSurfaceManagerTestApi(
ServerWindowSurfaceManagerTestApi::~ServerWindowSurfaceManagerTestApi() {}
void ServerWindowSurfaceManagerTestApi::CreateEmptyDefaultSurface() {
- manager_->type_to_surface_map_[mojom::SURFACE_TYPE_DEFAULT] = nullptr;
+ manager_->type_to_surface_map_[mojom::SurfaceType::DEFAULT] = nullptr;
}
void EnableHitTest(ServerWindow* window) {
« no previous file with comments | « components/mus/ws/server_window_surface_manager.cc ('k') | components/mus/ws/test_change_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698