| Index: webkit/glue/webplugin_impl.h
|
| ===================================================================
|
| --- webkit/glue/webplugin_impl.h (revision 4311)
|
| +++ webkit/glue/webplugin_impl.h (working copy)
|
| @@ -64,7 +64,8 @@
|
| virtual void show();
|
| virtual void hide();
|
| virtual void handleEvent(WebCore::Event* event);
|
| - virtual void frameRectsChanged() const {}
|
| + virtual void frameRectsChanged() const;
|
| + virtual void setParentVisible(bool visible);
|
|
|
| #if USE(JSC)
|
| virtual bool isPluginView() const;
|
| @@ -190,7 +191,6 @@
|
|
|
| // Widget implementation:
|
| virtual WebCore::IntRect windowClipRect() const;
|
| - virtual void geometryChanged() const;
|
|
|
| // Returns window-relative rectangles that should clip this widget.
|
| // Only rects that intersect the given bounds are relevant.
|
|
|