Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: webkit/glue/webplugin_impl.h

Issue 8775: This fixes bug http://code.google.com/p/chromium/issues/detail?id=3881, which... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/ui/npapi_uitest.cpp ('k') | webkit/glue/webplugin_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/test/ui/npapi_uitest.cpp ('k') | webkit/glue/webplugin_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698