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

Unified Diff: components/viz/display_compositor/gl_helper_scaling.cc

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase Created 3 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/viz/display_compositor/gl_helper_scaling.cc
diff --git a/components/display_compositor/gl_helper_scaling.cc b/components/viz/display_compositor/gl_helper_scaling.cc
similarity index 99%
rename from components/display_compositor/gl_helper_scaling.cc
rename to components/viz/display_compositor/gl_helper_scaling.cc
index ec6c057d235545a28437957e08295d3d520bbabb..9f29c3625f2893807c4b0359c767711266376757 100644
--- a/components/display_compositor/gl_helper_scaling.cc
+++ b/components/viz/display_compositor/gl_helper_scaling.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/display_compositor/gl_helper_scaling.h"
+#include "components/viz/display_compositor/gl_helper_scaling.h"
#include <stddef.h>
@@ -25,7 +25,7 @@
using gpu::gles2::GLES2Interface;
-namespace display_compositor {
+namespace viz {
GLHelperScaling::GLHelperScaling(GLES2Interface* gl, GLHelper* helper)
: gl_(gl), helper_(helper), vertex_attributes_buffer_(gl_) {
@@ -878,4 +878,4 @@ void ShaderProgram::UseProgram(const gfx::Size& src_size,
gl_->Uniform4fv(color_weights_location_, 1, color_weights);
}
-} // namespace display_compositor
+} // namespace viz
« no previous file with comments | « components/viz/display_compositor/gl_helper_scaling.h ('k') | components/viz/display_compositor/gl_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698