| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index d0b0a71569cd010bee301a052b4bec7f8afd2234..48e39bf1056e4bdc36aa9e033567d38452f788fd 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -514,8 +514,8 @@ public:
|
| }
|
|
|
| // Widget override. Handles painting of the contents of the view as well as the scrollbars.
|
| - void paint(GraphicsContext*, const IntRect&) const override;
|
| - void paint(GraphicsContext*, const GlobalPaintFlags, const IntRect&) const;
|
| + void paint(GraphicsContext*, const CullRect&) const override;
|
| + void paint(GraphicsContext*, const GlobalPaintFlags, const CullRect&) const;
|
| void paintContents(GraphicsContext*, const GlobalPaintFlags, const IntRect& damageRect) const;
|
|
|
| // Widget overrides to ensure that our children's visibility status is kept up to date when we get shown and hidden.
|
|
|