| Index: cc/gl_renderer.cc
|
| diff --git a/cc/gl_renderer.cc b/cc/gl_renderer.cc
|
| index f5736071cdf739a0247397b7c87359da6f7f4a98..f76863e392cdc3abb3608c4cf72a9c4bdde6c479 100644
|
| --- a/cc/gl_renderer.cc
|
| +++ b/cc/gl_renderer.cc
|
| @@ -18,16 +18,16 @@
|
| #include "CCVideoLayerImpl.h"
|
| #include "Extensions3D.h"
|
| #include "FloatQuad.h"
|
| -#include "GeometryBinding.h"
|
| #include "GrTexture.h"
|
| #include "NotImplemented.h"
|
| -#include "PlatformColor.h"
|
| #include "TraceEvent.h"
|
| #ifdef LOG
|
| #undef LOG
|
| #endif
|
| #include "base/string_split.h"
|
| #include "base/string_util.h"
|
| +#include "cc/geometry_binding.h"
|
| +#include "cc/platform_color.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include <public/WebGraphicsContext3D.h>
|
|
|