| Index: cc/proxy.h
|
| diff --git a/cc/proxy.h b/cc/proxy.h
|
| index 253dbd74cbdb442bf9106dcee2c6b4627940ec59..f84a3f3e2ccb0ee273a7f419252a23169318b9e5 100644
|
| --- a/cc/proxy.h
|
| +++ b/cc/proxy.h
|
| @@ -7,9 +7,11 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| -#include "base/time.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/time.h"
|
| #include "cc/cc_export.h"
|
| +#include "skia/ext/refptr.h"
|
| +#include "third_party/skia/include/core/SkPicture.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -96,6 +98,8 @@ public:
|
|
|
| virtual void acquireLayerTextures() = 0;
|
|
|
| + virtual skia::RefPtr<SkPicture> capturePicture() = 0;
|
| +
|
| // Testing hooks
|
| virtual bool commitPendingForTesting() = 0;
|
|
|
|
|