| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index b6c840ad1c450eedd7326e7e42cfd454de61ba28..e5199e6d6ccf9961114ac2a4c2cc57b88fdf027d 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -20,20 +20,13 @@
|
| #include "gpu/command_buffer/common/texture_in_use_response.h"
|
| #include "ui/gfx/color_space.h"
|
|
|
| -namespace ui {
|
| -class LatencyInfo;
|
| -}
|
| -
|
| namespace gfx {
|
| class ColorSpace;
|
| -class Rect;
|
| class Size;
|
| -class Transform;
|
| }
|
|
|
| namespace cc {
|
|
|
| -struct ManagedMemoryPolicy;
|
| class OutputSurfaceClient;
|
| class OutputSurfaceFrame;
|
|
|
|
|