| 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 34d3abd647929a641184fee1fb05a472d3ca7837..bc7bcb0c0461bc1e872f5a63faad74b914a25cd0 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -84,7 +84,7 @@ class WEB_EXPORT WebPluginContainerImpl final
|
| bool CanProcessDrag() const override;
|
| bool WantsWheelEvents() override;
|
| void UpdateAllLifecyclePhases() override;
|
| - void InvalidatePaintIfNeeded() override { IssuePaintInvalidations(); }
|
| + void InvalidatePaint() override { IssuePaintInvalidations(); }
|
| void InvalidateRect(const IntRect&);
|
| void SetFocused(bool, WebFocusType) override;
|
| void HandleEvent(Event*) override;
|
|
|