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 a79503b4e398d1bf8f70338d0c8b9b09321d26bf..7eabf917dba625df55660a621a05c4f45dbe653e 100644 |
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h |
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h |
@@ -81,7 +81,7 @@ public: |
// Widget methods |
void setFrameRect(const IntRect&) override; |
- void paint(GraphicsContext*, const CullRect&) const override; |
+ void paint(GraphicsContext&, const CullRect&) const override; |
void invalidateRect(const IntRect&) override; |
void setFocus(bool, WebFocusType) override; |
void show() override; |