| Index: third_party/WebKit/public/platform/WebLayerTreeView.h
|
| diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| index a26fc58932fbfc07f80eb54b5ef3a8d33c02541c..60ff88913c06b1b203c8910272729e1fbe9da9fc 100644
|
| --- a/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| +++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| @@ -32,6 +32,7 @@
|
| #include "WebCompositorMutatorClient.h"
|
| #include "WebEventListenerProperties.h"
|
| #include "WebFloatPoint.h"
|
| +#include "WebImageLayer.h"
|
| #include "WebSize.h"
|
| #include "base/callback.h"
|
| #include "cc/surfaces/frame_sink_id.h"
|
| @@ -194,7 +195,7 @@ class WebLayerTreeView {
|
| // corresponding Swap completes (either with DidSwap or DidNotSwap).
|
| virtual void NotifySwapTime(ReportTimeCallback callback) {}
|
|
|
| - virtual void RequestDecode(sk_sp<SkImage> image,
|
| + virtual void RequestDecode(const PaintImage& image,
|
| const base::Callback<void(bool)>& callback) {}
|
| };
|
|
|
|
|