| Index: public/web/WebPlugin.h
|
| diff --git a/public/web/WebPlugin.h b/public/web/WebPlugin.h
|
| index 050e76119432d3df2a9e709eb51dea9a186a0b70..6b84860c21f2aa8de5ee6c1823fc30085a5bc02c 100644
|
| --- a/public/web/WebPlugin.h
|
| +++ b/public/web/WebPlugin.h
|
| @@ -94,14 +94,7 @@ public:
|
| const WebRect& frameRect, const WebRect& clipRect,
|
| const WebVector<WebRect>& cutOutsRects, bool isVisible) = 0;
|
|
|
| - // FIXME: Remove this once the Blink embedder has been updated to use
|
| - // the new version of updateFocus.
|
| - virtual void updateFocus(bool focused) { }
|
| -
|
| - virtual void updateFocus(bool focused, WebFocusType)
|
| - {
|
| - updateFocus(focused);
|
| - }
|
| + virtual void updateFocus(bool focused, WebFocusType) = 0;
|
|
|
| virtual void updateVisibility(bool) = 0;
|
|
|
|
|