Bug 22281

Summary: wxWebView has no API for setting transparency
Product: WebKit Reporter: Kevin Watters <kevinwatters>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
add Set/IsTransparent to wxWebView kevino: review+

Description Kevin Watters 2008-11-15 10:36:23 PST
In the wx port, there is no way to set a FrameView to be transparent.
Comment 1 Kevin Watters 2008-11-15 10:40:42 PST
Created attachment 25186 [details]
add Set/IsTransparent to wxWebView

Adds SetTransparent and IsTransparent to wxWebView, which just delegate to FrameView's setTransparent and isTransparent.
Comment 2 Mark Rowe (bdash) 2009-01-12 23:28:03 PST
This was landed back in r38424.