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

Unified Diff: components/view_manager/native_viewport/native_viewport_impl.cc

Issue 1131523007: Move NativeViewport service into view_manager. This is a file move only. Further merging will happe… (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/native_viewport/native_viewport_impl.cc
diff --git a/components/native_viewport/native_viewport_impl.cc b/components/view_manager/native_viewport/native_viewport_impl.cc
similarity index 97%
rename from components/native_viewport/native_viewport_impl.cc
rename to components/view_manager/native_viewport/native_viewport_impl.cc
index 10c2be59446141c28a8b23de7a3f393112d6153b..b9aca9a78e2b084cdb8c116486695841469ccc99 100644
--- a/components/native_viewport/native_viewport_impl.cc
+++ b/components/view_manager/native_viewport/native_viewport_impl.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/native_viewport/native_viewport_impl.h"
+#include "components/view_manager/native_viewport/native_viewport_impl.h"
#include "base/auto_reset.h"
#include "base/bind.h"
@@ -10,7 +10,7 @@
#include "base/message_loop/message_loop.h"
#include "base/time/time.h"
#include "components/gles2/gpu_state.h"
-#include "components/native_viewport/platform_viewport_headless.h"
+#include "components/view_manager/native_viewport/platform_viewport_headless.h"
#include "mojo/application/public/cpp/interface_factory.h"
#include "mojo/converters/geometry/geometry_type_converters.h"
#include "ui/events/event.h"

Powered by Google App Engine
This is Rietveld 408576698