| Index: cc/surfaces/display.h
|
| diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
|
| index a93f31794274e261bf3d6cf1e00ca00ed97c996a..ea0ff185e955d4e5088ef85e5aa9e9d5caa1c7c9 100644
|
| --- a/cc/surfaces/display.h
|
| +++ b/cc/surfaces/display.h
|
| @@ -83,6 +83,9 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
|
| void DidReceiveSwapBuffersAck() override;
|
| void DidReceiveTextureInUseResponses(
|
| const gpu::TextureInUseResponses& responses) override;
|
| + void ReadbackSwappedOverlayTextures(
|
| + std::vector<SkBitmap>* bitmaps,
|
| + const base::Callback<void(bool)>& callback) override;
|
|
|
| // SurfaceObserver implementation.
|
| void OnSurfaceDamaged(const SurfaceId& surface, bool* changed) override;
|
|
|