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

Unified Diff: components/view_manager/surfaces/surfaces_impl.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_impl.cc
diff --git a/components/surfaces/surfaces_impl.cc b/components/view_manager/surfaces/surfaces_impl.cc
similarity index 92%
rename from components/surfaces/surfaces_impl.cc
rename to components/view_manager/surfaces/surfaces_impl.cc
index 682af12777061b71a3a3acf58de02e58ef16e20e..3c6a74b129bfe15388906021e43acdf4c5f2e386 100644
--- a/components/surfaces/surfaces_impl.cc
+++ b/components/view_manager/surfaces/surfaces_impl.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/surfaces/surfaces_impl.h"
+#include "components/view_manager/surfaces/surfaces_impl.h"
#include "base/trace_event/trace_event.h"
#include "cc/output/compositor_frame.h"
#include "cc/resources/returned_resource.h"
#include "cc/surfaces/surface_id_allocator.h"
-#include "components/surfaces/surfaces_scheduler.h"
-#include "components/surfaces/surfaces_service_application.h"
+#include "components/view_manager/surfaces/surfaces_scheduler.h"
+#include "components/view_manager/surfaces/surfaces_service_application.h"
#include "mojo/converters/geometry/geometry_type_converters.h"
#include "mojo/converters/surfaces/surfaces_type_converters.h"
« no previous file with comments | « components/view_manager/surfaces/surfaces_impl.h ('k') | components/view_manager/surfaces/surfaces_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698