| Index: webkit/glue/webplugin_impl.h
|
| ===================================================================
|
| --- webkit/glue/webplugin_impl.h (revision 8043)
|
| +++ webkit/glue/webplugin_impl.h (working copy)
|
| @@ -41,6 +41,7 @@
|
| class ResourceHandle;
|
| class ResourceError;
|
| class ResourceResponse;
|
| + class ScrollView;
|
| class String;
|
| class Widget;
|
| }
|
| @@ -66,6 +67,7 @@
|
| virtual void handleEvent(WebCore::Event* event);
|
| virtual void frameRectsChanged();
|
| virtual void setParentVisible(bool visible);
|
| + virtual void setParent(WebCore::ScrollView* view);
|
|
|
| #if USE(JSC)
|
| virtual bool isPluginView() const;
|
| @@ -325,11 +327,7 @@
|
| WebFrameImpl* webframe_;
|
|
|
| WebPluginDelegate* delegate_;
|
| - bool force_geometry_update_;
|
| bool visible_;
|
| - // Set when we receive the first paint notification for a windowed
|
| - // plugin widget.
|
| - bool received_first_paint_notification_;
|
|
|
| WebPluginContainer* widget_;
|
|
|
|
|