| Index: cc/output/direct_renderer.h
|
| diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
|
| index af7327784683dc3373a148ca8e8a55e3291e94b8..62d5be777ce8224e99f00b59a2ed9de14175d545 100644
|
| --- a/cc/output/direct_renderer.h
|
| +++ b/cc/output/direct_renderer.h
|
| @@ -62,6 +62,9 @@ class CC_EXPORT DirectRenderer {
|
| virtual void SwapBuffersComplete() {}
|
| virtual void DidReceiveTextureInUseResponses(
|
| const gpu::TextureInUseResponses& responses) {}
|
| + virtual void ReadbackSwappedOverlayTextures(
|
| + std::vector<SkBitmap>* bitmaps,
|
| + const base::Callback<void(bool)>& callback);
|
|
|
| // Allow tests to enlarge the texture size of non-root render passes to
|
| // verify cases where the texture doesn't match the render pass size.
|
|
|