Skip to content
  • kenneth@webkit.org's avatar
    Make PlatformWindow return something else than PlatformWidget · e8249bf2
    kenneth@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=29085
    
    Patch by Kenneth Rohde Christiansen <kenneth@webkit.org> on 2009-09-17
    Reviewed by Simon Hausmann.
    
    WebCore:
    
    Make platformWindow return a PlatformPageClient
    (for now typedef'ed to PlatformWidget)
    
    Also, change the name of platformWindow to platformPageClient()
    
    * accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:
    (getPangoLayoutForAtk):
    * accessibility/win/AXObjectCacheWin.cpp:
    (WebCore::AXObjectCache::postPlatformNotification):
    (WebCore::AXObjectCache::handleFocusedUIElementChanged):
    * loader/EmptyClients.h:
    (WebCore::EmptyChromeClient::platformPageClient):
    * page/Chrome.cpp:
    (WebCore::Chrome::platformPageClient):
    * page/Chrome.h:
    * page/ChromeClient.h:
    * page/mac/EventHandlerMac.mm:
    (WebCore::EventHandler::wheelEvent):
    (WebCore::EventHandler::currentPlatformMouseEvent):
    (WebCore::EventHandler::sendContextMenuEvent):
    (WebCore::EventHandler::eventMayStartDrag):
    * platform/HostWindow.h:
    * platform...
    e8249bf2