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

Unified Diff: services/ui/ws/display.h

Issue 2511883006: Mojo C++ bindings: switch services/ui/public/interfaces mojom target to use STL types. (Closed)
Patch Set: . 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
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.h
diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
index 9bb0a468e751ba29cc4aa4c04dd5a583a27bfec1..35e17296d19bac05c4c884258fc911fe3e2b1809 100644
--- a/services/ui/ws/display.h
+++ b/services/ui/ws/display.h
@@ -138,7 +138,7 @@ class Display : public PlatformDisplayDelegate,
// mojom::WindowTreeHost:
void SetSize(const gfx::Size& size) override;
- void SetTitle(const mojo::String& title) override;
+ void SetTitle(const std::string& title) override;
// Updates the size of display root ServerWindow and WM root ServerWindow(s).
void OnViewportMetricsChanged(const display::ViewportMetrics& metrics);
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698