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

Unified Diff: components/mus/gles2/gpu_impl.cc

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/mus/gles2/gpu_impl.cc
diff --git a/components/view_manager/gles2/gpu_impl.cc b/components/mus/gles2/gpu_impl.cc
similarity index 67%
rename from components/view_manager/gles2/gpu_impl.cc
rename to components/mus/gles2/gpu_impl.cc
index b797578c7a00c505f728fc5a4ee4d349740b9aa3..506b3eb0ecdb0f27833a9396d26e69defae920ee 100644
--- a/components/view_manager/gles2/gpu_impl.cc
+++ b/components/mus/gles2/gpu_impl.cc
@@ -2,20 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/view_manager/gles2/gpu_impl.h"
+#include "components/mus/gles2/gpu_impl.h"
-#include "components/view_manager/gles2/command_buffer_driver.h"
-#include "components/view_manager/gles2/command_buffer_impl.h"
+#include "components/mus/gles2/command_buffer_driver.h"
+#include "components/mus/gles2/command_buffer_impl.h"
namespace gles2 {
GpuImpl::GpuImpl(mojo::InterfaceRequest<Gpu> request,
const scoped_refptr<GpuState>& state)
- : binding_(this, request.Pass()), state_(state) {
-}
+ : binding_(this, request.Pass()), state_(state) {}
-GpuImpl::~GpuImpl() {
-}
+GpuImpl::~GpuImpl() {}
void GpuImpl::CreateOffscreenGLES2Context(
mojo::InterfaceRequest<mojo::CommandBuffer> request) {

Powered by Google App Engine
This is Rietveld 408576698