Commit e6c776d0 authored by jamesr's avatar jamesr Committed by Commit bot

Remove unused include of cc/layers/ from cc/quads

This looks like a leftover from an earlier less structured era.

R=danakj@chromium.org

Review URL: https://codereview.chromium.org/1002063003

Cr-Commit-Position: refs/heads/master@{#320760}
parent 0d1603db
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include "base/basictypes.h" #include "base/basictypes.h"
#include "base/memory/scoped_ptr.h" #include "base/memory/scoped_ptr.h"
#include "cc/base/cc_export.h" #include "cc/base/cc_export.h"
#include "cc/layers/video_layer_impl.h"
#include "cc/quads/draw_quad.h" #include "cc/quads/draw_quad.h"
namespace cc { namespace cc {
......
...@@ -39,7 +39,6 @@ using cc::TextureDrawQuad; ...@@ -39,7 +39,6 @@ using cc::TextureDrawQuad;
using cc::TileDrawQuad; using cc::TileDrawQuad;
using cc::TransferableResource; using cc::TransferableResource;
using cc::StreamVideoDrawQuad; using cc::StreamVideoDrawQuad;
using cc::VideoLayerImpl;
using cc::YUVVideoDrawQuad; using cc::YUVVideoDrawQuad;
using gfx::Transform; using gfx::Transform;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment