| Index: cc/graphics_context.h
|
| diff --git a/cc/graphics_context.h b/cc/graphics_context.h
|
| index 7057f3774a028081cd5ce99d5df6b0a75635a778..bcdc6a439d08f7f6a6c263c85c8bae916f54c891 100644
|
| --- a/cc/graphics_context.h
|
| +++ b/cc/graphics_context.h
|
| @@ -5,13 +5,13 @@
|
| #ifndef CC_GRAPHICS_CONTEXT_H_
|
| #define CC_GRAPHICS_CONTEXT_H_
|
|
|
| -#include <public/WebCompositorOutputSurface.h>
|
| +#include "cc/output_surface.h"
|
| #include <public/WebGraphicsContext3D.h>
|
|
|
| namespace cc {
|
|
|
| // FIXME: rename fully to OutputSurface.
|
| -typedef WebKit::WebCompositorOutputSurface GraphicsContext;
|
| +typedef OutputSurface GraphicsContext;
|
|
|
| } // namespace cc
|
|
|
|
|