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

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

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.cc
diff --git a/components/surfaces/surfaces_service_application.cc b/components/view_manager/surfaces/surfaces_service_application.cc
similarity index 87%
rename from components/surfaces/surfaces_service_application.cc
rename to components/view_manager/surfaces/surfaces_service_application.cc
index 38a293a7bffb00c580c6b9e67563a3ec2710e9d6..7086794ba020876060212e372652046cf9f164ae 100644
--- a/components/surfaces/surfaces_service_application.cc
+++ b/components/view_manager/surfaces/surfaces_service_application.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 "components/surfaces/surfaces_service_application.h"
+#include "components/view_manager/surfaces/surfaces_service_application.h"
#include "base/stl_util.h"
-#include "components/surfaces/display_factory_impl.h"
-#include "components/surfaces/surfaces_impl.h"
-#include "components/surfaces/surfaces_scheduler.h"
+#include "components/view_manager/surfaces/display_factory_impl.h"
+#include "components/view_manager/surfaces/surfaces_impl.h"
+#include "components/view_manager/surfaces/surfaces_scheduler.h"
namespace surfaces {
« no previous file with comments | « components/view_manager/surfaces/surfaces_service_application.h ('k') | components/view_manager/view_manager_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698