| Index: cc/gl_renderer.cc
|
| diff --git a/cc/gl_renderer.cc b/cc/gl_renderer.cc
|
| index 7f2ea51859171ac879b7cd51477d0689353f6ec7..ead431580ccb806f87161afc4a417c482f7fd8ff 100644
|
| --- a/cc/gl_renderer.cc
|
| +++ b/cc/gl_renderer.cc
|
| @@ -6,8 +6,6 @@
|
|
|
| #include "CCRendererGL.h"
|
|
|
| -#include "third_party/khronos/GLES2/gl2.h"
|
| -#include "third_party/khronos/GLES2/gl2ext.h"
|
| #include "CCDamageTracker.h"
|
| #include "CCLayerQuad.h"
|
| #include "CCMathUtil.h"
|
| @@ -16,17 +14,21 @@
|
| #include "CCRenderSurfaceFilters.h"
|
| #include "CCScopedTexture.h"
|
| #include "CCSettings.h"
|
| -#include "CCSingleThreadProxy.h"
|
| #include "CCVideoLayerImpl.h"
|
| #include "FloatQuad.h"
|
| #include "GrTexture.h"
|
| #include "NotImplemented.h"
|
| #include "base/debug/trace_event.h"
|
| +#include "base/logging.h"
|
| #include "base/string_split.h"
|
| #include "base/string_util.h"
|
| -#include "base/logging.h"
|
| #include "cc/geometry_binding.h"
|
| #include "cc/platform_color.h"
|
| +#include "cc/single_thread_proxy.h"
|
| +#include "cc/stream_video_draw_quad.h"
|
| +#include "cc/texture_draw_quad.h"
|
| +#include "third_party/khronos/GLES2/gl2.h"
|
| +#include "third_party/khronos/GLES2/gl2ext.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include <public/WebGraphicsContext3D.h>
|
|
|