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

Unified Diff: components/mus/public/cpp/lib/view_surface.cc

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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
Index: components/mus/public/cpp/lib/view_surface.cc
diff --git a/components/view_manager/public/cpp/lib/view_surface.cc b/components/mus/public/cpp/lib/view_surface.cc
similarity index 85%
rename from components/view_manager/public/cpp/lib/view_surface.cc
rename to components/mus/public/cpp/lib/view_surface.cc
index 17a0b23b6545cefd7a3594cbe06ff86cb4fa1083..bdd5c329b080f93f9a1a044cf8f98f683c2e5fc0 100644
--- a/components/view_manager/public/cpp/lib/view_surface.cc
+++ b/components/mus/public/cpp/lib/view_surface.cc
@@ -2,15 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/view_manager/public/cpp/view_surface.h"
+#include "components/mus/public/cpp/view_surface.h"
-#include "components/view_manager/public/cpp/view_surface_client.h"
+#include "components/mus/public/cpp/view_surface_client.h"
#include "mojo/converters/surfaces/surfaces_type_converters.h"
namespace mojo {
-ViewSurface::~ViewSurface() {
-}
+ViewSurface::~ViewSurface() {}
void ViewSurface::BindToThread() {
DCHECK(!bound_to_thread_);
@@ -33,8 +32,7 @@ ViewSurface::ViewSurface(
surface_info_(surface_info.Pass()),
client_request_(client_request.Pass()),
client_binding_(this),
- bound_to_thread_(false) {
-}
+ bound_to_thread_(false) {}
void ViewSurface::ReturnResources(
mojo::Array<mojo::ReturnedResourcePtr> resources) {
« no previous file with comments | « components/mus/public/cpp/lib/view_private.cc ('k') | components/mus/public/cpp/lib/view_tree_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698