[Webkit-unassigned] [Bug 62263] [Chromium] Remove stubs for WebWidget::willStartLiveResize and WebWidget::willEndLiveResize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 16:39:27 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62263


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #96379|review?                     |review-
               Flag|                            |




--- Comment #4 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-06-08 16:39:27 PST ---
(From update of attachment 96379)
I think a better fix would be to make all of the methods have default implementations
since there is an implementation of WebWidget in the Chromium repository.  If you don't
do that then we will continually have to repeat this exercise.  It would be better if
the code guided people to add default implementations (which is what we do for other
interfaces that Chromium implements -- e.g., WebFrameClient).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list