Bug 71027

Summary: [Cairo] Implement ShareableBitmap::paint() when scaleFactor=1
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2011-10-27 09:50:49 PDT
The addition of scaleFactor support in plugins introduced a regression in GTK port because paint() is called with a scaleFactor even when it's 1, and the method is not implemented in Cairo backing store.
Comment 1 Carlos Garcia Campos 2011-10-27 10:05:01 PDT
Created attachment 112696 [details]
Patch
Comment 2 Carlos Garcia Campos 2011-10-27 10:27:32 PDT
Committed r98599: <http://trac.webkit.org/changeset/98599>