Changeset 87783 in webkit


Ignore:
Timestamp:
Jun 1, 2011 1:04:58 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-01 Oleg Romashin <romaxa@gmail.com>

Reviewed by Kenneth Rohde Christiansen.

platformGeometryDidChange function definition was changed everywhere except Qt.
This is fix for Qt WK2 plugins compilation
https://bugs.webkit.org/show_bug.cgi?id=61832

  • PluginProcess/qt/PluginControllerProxyQt.cpp: (WebKit::PluginControllerProxy::platformGeometryDidChange):
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r87768 r87783  
     12011-06-01  Oleg Romashin  <romaxa@gmail.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        platformGeometryDidChange function definition was changed everywhere except Qt.
     6        This is fix for Qt WK2 plugins compilation
     7        https://bugs.webkit.org/show_bug.cgi?id=61832
     8
     9        * PluginProcess/qt/PluginControllerProxyQt.cpp:
     10        (WebKit::PluginControllerProxy::platformGeometryDidChange):
     11
    1122011-05-31  Jer Noble  <jer.noble@apple.com>
    213
  • trunk/Source/WebKit2/PluginProcess/qt/PluginControllerProxyQt.cpp

    r80434 r87783  
    4646}
    4747
    48 void PluginControllerProxy::platformGeometryDidChange(const IntRect& frameRect, const IntRect&)
     48void PluginControllerProxy::platformGeometryDidChange()
    4949{
    5050    notImplemented();
Note: See TracChangeset for help on using the changeset viewer.