Skip to content
  • andersca@apple.com's avatar
    2011-01-11 Anders Carlsson <andersca@apple.com> · da9618c2
    andersca@apple.com authored
            Reviewed by Darin Adler.
    
            Add DidSetSize message
            https://bugs.webkit.org/show_bug.cgi?id=52254
    
            * DerivedSources.make:
            Add DrawingAReaProxy.messages.in.
    
            * Platform/CoreIPC/MessageID.h:
            Add DrawingAreaProxy message class.
    
            * UIProcess/DrawingAreaProxy.h:
            (WebKit::DrawingAreaProxy::didSetSize):
            Add CoreIPC message handler function.
    
            * UIProcess/DrawingAreaProxy.messages.in: Added.
    
            * UIProcess/DrawingAreaProxyImpl.cpp:
            (WebKit::DrawingAreaProxyImpl::didSetSize):
            Add stub.
    
            * UIProcess/WebPageProxy.cpp:
            (WebKit::WebPageProxy::didReceiveMessage):
            Handle DrawingAreaProxy messages.
    
            * WebKit2.xcodeproj/project.pbxproj:
            Add new files.
    
            * WebProcess/WebPage/DrawingAreaImpl.cpp:
            (WebKit::DrawingAreaImpl::setSize):
            Send a DidSetSize message for now.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75558 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    da9618c2