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

Unified Diff: components/view_manager/native_viewport/native_viewport_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/native_viewport/native_viewport_impl.cc
diff --git a/components/view_manager/native_viewport/native_viewport_impl.cc b/components/view_manager/native_viewport/native_viewport_impl.cc
index b9aca9a78e2b084cdb8c116486695841469ccc99..5c623940206a114d0a7acdcfea38cbc53366dc41 100644
--- a/components/view_manager/native_viewport/native_viewport_impl.cc
+++ b/components/view_manager/native_viewport/native_viewport_impl.cc
@@ -9,7 +9,7 @@
#include "base/macros.h"
#include "base/message_loop/message_loop.h"
#include "base/time/time.h"
-#include "components/gles2/gpu_state.h"
+#include "components/view_manager/gles2/gpu_state.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"

Powered by Google App Engine
This is Rietveld 408576698