| Index: cc/output/copy_output_result.h
|
| diff --git a/cc/output/copy_output_result.h b/cc/output/copy_output_result.h
|
| index b4806581c3fa1b510df0764ac2696fca5d11a710..8529e3f152289c091b521b573cd4e059d8615564 100644
|
| --- a/cc/output/copy_output_result.h
|
| +++ b/cc/output/copy_output_result.h
|
| @@ -7,13 +7,13 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
| +#include "cc/resources/single_release_callback.h"
|
| #include "cc/resources/texture_mailbox.h"
|
| #include "ui/gfx/size.h"
|
|
|
| class SkBitmap;
|
|
|
| namespace cc {
|
| -class SingleReleaseCallback;
|
| class TextureMailbox;
|
|
|
| class CC_EXPORT CopyOutputResult {
|
|
|