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

Unified Diff: services/sky/document_view.h

Issue 1235093002: Move sky_viewer into services/sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: again Created 5 years, 5 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 | « services/sky/dart_library_provider_impl.cc ('k') | services/sky/document_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/sky/document_view.h
diff --git a/sky/viewer/document_view.h b/services/sky/document_view.h
similarity index 95%
rename from sky/viewer/document_view.h
rename to services/sky/document_view.h
index be441cab2120bb3b7ce5b99eaa2c13f8ee5fa982..c856d985ac9906af1436ac49b562ab867e3c2264 100644
--- a/sky/viewer/document_view.h
+++ b/services/sky/document_view.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SKY_VIEWER_DOCUMENT_VIEW_H_
-#define SKY_VIEWER_DOCUMENT_VIEW_H_
+#ifndef SERVICES_SKY_DOCUMENT_VIEW_H_
+#define SERVICES_SKY_DOCUMENT_VIEW_H_
#include "base/callback.h"
#include "base/memory/weak_ptr.h"
@@ -18,12 +18,12 @@
#include "mojo/services/view_manager/public/cpp/view_manager_client_factory.h"
#include "mojo/services/view_manager/public/cpp/view_manager_delegate.h"
#include "mojo/services/view_manager/public/cpp/view_observer.h"
+#include "services/sky/compositor/layer_client.h"
+#include "services/sky/compositor/layer_host_client.h"
#include "sky/engine/public/platform/ServiceProvider.h"
#include "sky/engine/public/sky/sky_view.h"
#include "sky/engine/public/sky/sky_view_client.h"
#include "sky/services/testing/test_harness.mojom.h"
-#include "sky/viewer/compositor/layer_client.h"
-#include "sky/viewer/compositor/layer_host_client.h"
#include "ui/events/gestures/gesture_types.h"
namespace mojo {
@@ -135,4 +135,4 @@ class DocumentView : public blink::ServiceProvider,
} // namespace sky
-#endif // SKY_VIEWER_DOCUMENT_VIEW_H_
+#endif // SERVICES_SKY_DOCUMENT_VIEW_H_
« no previous file with comments | « services/sky/dart_library_provider_impl.cc ('k') | services/sky/document_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698