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

Unified Diff: components/view_manager/surfaces/surfaces_service_application.h

Issue 1150093003: Move GLES2, GPU & Surfaces into the ViewManager directory. This does not merge the applications, th… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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/view_manager/surfaces/surfaces_service_application.h
diff --git a/components/surfaces/surfaces_service_application.h b/components/view_manager/surfaces/surfaces_service_application.h
similarity index 84%
rename from components/surfaces/surfaces_service_application.h
rename to components/view_manager/surfaces/surfaces_service_application.h
index 17cbcf23f81ceb3e35689fce27402e668566e71e..ce2457008910407c562702c3286bd0204b029652 100644
--- a/components/surfaces/surfaces_service_application.h
+++ b/components/view_manager/surfaces/surfaces_service_application.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SURFACES_SURFACES_SERVICE_APPLICATION_H_
-#define COMPONENTS_SURFACES_SURFACES_SERVICE_APPLICATION_H_
+#ifndef COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_SERVICE_APPLICATION_H_
+#define COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_SERVICE_APPLICATION_H_
#include <set>
#include "base/macros.h"
#include "cc/surfaces/surface_manager.h"
-#include "components/surfaces/public/interfaces/display.mojom.h"
-#include "components/surfaces/public/interfaces/surfaces.mojom.h"
+#include "components/view_manager/public/interfaces/display.mojom.h"
+#include "components/view_manager/public/interfaces/surfaces.mojom.h"
#include "mojo/application/public/cpp/application_delegate.h"
#include "mojo/application/public/cpp/interface_factory.h"
#include "mojo/common/tracing_impl.h"
@@ -65,4 +65,4 @@ class SurfacesServiceApplication
} // namespace surfaces
-#endif // COMPONENTS_SURFACES_SURFACES_SERVICE_APPLICATION_H_
+#endif // COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_SERVICE_APPLICATION_H_

Powered by Google App Engine
This is Rietveld 408576698