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

Unified Diff: components/view_manager/surfaces/display_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
« no previous file with comments | « components/view_manager/surfaces/display_impl.h ('k') | components/view_manager/surfaces/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/surfaces/display_impl.cc
diff --git a/components/surfaces/display_impl.cc b/components/view_manager/surfaces/display_impl.cc
similarity index 93%
rename from components/surfaces/display_impl.cc
rename to components/view_manager/surfaces/display_impl.cc
index 55eef4ed0bbcf05d6ab73dd0f674404fbd77d047..b1ae169cae107e6ce5c9325817973c66b6b41b2a 100644
--- a/components/surfaces/display_impl.cc
+++ b/components/view_manager/surfaces/display_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/display_impl.h"
+#include "components/view_manager/surfaces/display_impl.h"
#include "cc/output/compositor_frame.h"
#include "cc/surfaces/display.h"
-#include "components/surfaces/surfaces_context_provider.h"
-#include "components/surfaces/surfaces_output_surface.h"
-#include "components/surfaces/surfaces_scheduler.h"
-#include "components/surfaces/surfaces_service_application.h"
+#include "components/view_manager/surfaces/surfaces_context_provider.h"
+#include "components/view_manager/surfaces/surfaces_output_surface.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/display_impl.h ('k') | components/view_manager/surfaces/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698