| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| index c3f7c1eaf94a5dafbb3eeb2007d20ac28e3ade72..131eb183a0bd4bc5ab57267e3e3b6dbdaed51d6c 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -82,7 +82,7 @@ public:
|
|
|
| // Widget methods
|
| void setFrameRect(const IntRect&) override;
|
| - void paint(GraphicsContext*, const IntRect&) const override;
|
| + void paint(GraphicsContext*, const CullRect&) const override;
|
| void invalidateRect(const IntRect&) override;
|
| void setFocus(bool, WebFocusType) override;
|
| void show() override;
|
|
|