| Index: third_party/WebKit/public/web/WebPlugin.h
|
| diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h
|
| index c25bc6c03116134a7b664bcaf746bd894f105ab4..8e6703aa42df7d8da2365fcea7c725768e757e67 100644
|
| --- a/third_party/WebKit/public/web/WebPlugin.h
|
| +++ b/third_party/WebKit/public/web/WebPlugin.h
|
| @@ -103,8 +103,7 @@ public:
|
|
|
| virtual bool canProcessDrag() const { return false; }
|
|
|
| - // TODO(schenney): Make these pure virtual when chromium changes land
|
| - virtual void layoutIfNeeded() { }
|
| + virtual void updateAllLifecyclePhases() = 0;
|
| virtual void paint(WebCanvas*, const WebRect&) = 0;
|
|
|
| // Coordinates are relative to the containing window.
|
|
|