diff options
Diffstat (limited to 'cc/gl_renderer.cc')
-rw-r--r-- | cc/gl_renderer.cc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cc/gl_renderer.cc b/cc/gl_renderer.cc index 7f2ea51..ead4315 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> |