| 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) {
|
|
|