Bug 125751

Summary: WebKit2 View Gestures: Move the shadow layer instead of hiding it
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: andersca, mitz, sam, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Tim Horton 2013-12-14 20:12:28 PST
There's supposed to be a shadow layer behind the RenderView layer, but we currently hide it.

We should transform it along with the RenderView layer, instead.
Comment 1 Tim Horton 2013-12-15 04:54:18 PST
I did this in https://bugs.webkit.org/show_bug.cgi?id=125750 because it didn't make too much sense to do it once and then reimplement it in the animated way.

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