| 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..f9e2612e3c6fb896dd71875ee13cdad67130db38 100644
|
| --- a/third_party/WebKit/Source/web/PageOverlay.h
|
| +++ b/third_party/WebKit/Source/web/PageOverlay.h
|
| @@ -69,7 +69,7 @@ public:
|
| String debugName() const { return "PageOverlay"; }
|
|
|
| // GraphicsLayerClient implementation
|
| - void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect* inClip) const override;
|
| + IntRect paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect*) const override;
|
| String debugName(const GraphicsLayer*) override;
|
|
|
| private:
|
|
|