Bug 52183

Summary: Qt port needs to implement PageClient::createDrawingAreaProxy and PageClient::setViewNeedsDisplay
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: kbalazs, kenneth, kimmo.t.kinnunen, kling, ossy, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 52184    

Description Anders Carlsson 2011-01-10 17:17:37 PST
These are new page client methods that need to be implemented. The plan is to get rid of WebPageProxy::setDrawingArea and have the WebPageProxy ask the PageClient to create the drawing area for it when needed.
Comment 1 Balazs Kelemen 2011-01-11 09:26:14 PST
Patch with qt part committed in http://trac.webkit.org/changeset/75506

*** This bug has been marked as a duplicate of bug 52184 ***