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

Unified Diff: components/view_manager/native_viewport/onscreen_context_provider.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/onscreen_context_provider.cc
diff --git a/components/view_manager/native_viewport/onscreen_context_provider.cc b/components/view_manager/native_viewport/onscreen_context_provider.cc
index 10acebbaa3ea49f6d73f004b5169df3b7167fb4a..8fb1c1e3457162c7ab6a1a79b303efbc783be379 100644
--- a/components/view_manager/native_viewport/onscreen_context_provider.cc
+++ b/components/view_manager/native_viewport/onscreen_context_provider.cc
@@ -5,9 +5,9 @@
#include "components/view_manager/native_viewport/onscreen_context_provider.h"
#include "base/bind.h"
-#include "components/gles2/command_buffer_driver.h"
-#include "components/gles2/command_buffer_impl.h"
-#include "components/gles2/gpu_state.h"
+#include "components/view_manager/gles2/command_buffer_driver.h"
+#include "components/view_manager/gles2/command_buffer_impl.h"
+#include "components/view_manager/gles2/gpu_state.h"
namespace native_viewport {
« no previous file with comments | « components/view_manager/native_viewport/onscreen_context_provider.h ('k') | components/view_manager/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698