Bug 125751 - WebKit2 View Gestures: Move the shadow layer instead of hiding it
Summary: WebKit2 View Gestures: Move the shadow layer instead of hiding it
Status: RESOLVED DUPLICATE of bug 125750
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-14 20:12 PST by Tim Horton
Modified: 2013-12-15 04:54 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***