| 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
|
|
|