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

Unified Diff: ui/views/mus/display_converter.cc

Issue 1419793006: Makes windowmanager draw non-client area (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add include Created 5 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 | « ui/views/mus/display_converter.h ('k') | ui/views/mus/native_widget_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/display_converter.cc
diff --git a/mandoline/ui/common/util.cc b/ui/views/mus/display_converter.cc
similarity index 89%
rename from mandoline/ui/common/util.cc
rename to ui/views/mus/display_converter.cc
index 2ef16046fd85df4bb7c80b76e9b7ca2071640f6c..954aad7c186d4859984d37643bca0badf6dfa2e9 100644
--- a/mandoline/ui/common/util.cc
+++ b/ui/views/mus/display_converter.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mandoline/ui/common/util.h"
+#include "ui/views/mus/display_converter.h"
#include "components/mus/public/cpp/window.h"
#include "mojo/converters/geometry/geometry_type_converters.h"
-namespace mandoline {
+namespace views {
std::vector<gfx::Display> GetDisplaysFromWindow(mus::Window* window) {
static int64 synthesized_display_id = 2000;
@@ -21,4 +21,4 @@ std::vector<gfx::Display> GetDisplaysFromWindow(mus::Window* window) {
return displays;
}
-} // namespace mandoline
+} // namespace views
« no previous file with comments | « ui/views/mus/display_converter.h ('k') | ui/views/mus/native_widget_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698