| Index: third_party/WebKit/Source/web/PageOverlay.h
|
| diff --git a/third_party/WebKit/Source/web/PageOverlay.h b/third_party/WebKit/Source/web/PageOverlay.h
|
| index 305fe2dfc3bdcd813f6707d5e87f849c726bd73c..87f772f2afaa5e5300932f94350bc0719f372713 100644
|
| --- a/third_party/WebKit/Source/web/PageOverlay.h
|
| +++ b/third_party/WebKit/Source/web/PageOverlay.h
|
| @@ -69,8 +69,9 @@ public:
|
| String debugName() const { return "PageOverlay"; }
|
|
|
| // GraphicsLayerClient implementation
|
| - void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect* inClip) const override;
|
| - String debugName(const GraphicsLayer*) override;
|
| + IntRect computeInterestRect(const GraphicsLayer*, const IntRect&) const override;
|
| + void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& interestRect) const override;
|
| + String debugName(const GraphicsLayer*) const override;
|
|
|
| private:
|
| PageOverlay(WebViewImpl*, PageOverlay::Delegate*);
|
|
|