| Index: cc/output/geometry_binding.cc
|
| diff --git a/cc/geometry_binding.cc b/cc/output/geometry_binding.cc
|
| similarity index 97%
|
| rename from cc/geometry_binding.cc
|
| rename to cc/output/geometry_binding.cc
|
| index 4bfa7f06924836ab6b11b84daec6f039ad83b7be..5c3db34c4e4f5b9e9f77a4e65dacfa280838a277 100644
|
| --- a/cc/geometry_binding.cc
|
| +++ b/cc/output/geometry_binding.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/geometry_binding.h"
|
| +#include "cc/output/geometry_binding.h"
|
|
|
| -#include "cc/gl_renderer.h" // For the GLC() macro.
|
| +#include "cc/output/gl_renderer.h" // For the GLC() macro.
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "ui/gfx/rect_f.h"
|
|
|