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

Unified Diff: components/view_manager/gles2/command_buffer_driver.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/gles2/command_buffer_driver.cc
diff --git a/components/gles2/command_buffer_driver.cc b/components/view_manager/gles2/command_buffer_driver.cc
similarity index 97%
rename from components/gles2/command_buffer_driver.cc
rename to components/view_manager/gles2/command_buffer_driver.cc
index 11adfcfb99a9999c3de2f6d2bbba42b00e306a52..5537dfa7471e4900f57add499fb30762fc9cd60e 100644
--- a/components/gles2/command_buffer_driver.cc
+++ b/components/view_manager/gles2/command_buffer_driver.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/gles2/command_buffer_driver.h"
+#include "components/view_manager/gles2/command_buffer_driver.h"
#include "base/bind.h"
#include "base/macros.h"
#include "base/memory/shared_memory.h"
-#include "components/gles2/command_buffer_type_conversions.h"
-#include "components/gles2/mojo_buffer_backing.h"
+#include "components/view_manager/gles2/command_buffer_type_conversions.h"
+#include "components/view_manager/gles2/mojo_buffer_backing.h"
#include "gpu/command_buffer/common/constants.h"
#include "gpu/command_buffer/common/value_state.h"
#include "gpu/command_buffer/service/command_buffer_service.h"
« no previous file with comments | « components/view_manager/gles2/command_buffer_driver.h ('k') | components/view_manager/gles2/command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698