Bug 125751
Summary: | WebKit2 View Gestures: Move the shadow layer instead of hiding it | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Horton <thorton> |
Component: | WebKit2 | Assignee: | Tim Horton <thorton> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | andersca, mitz, sam, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tim Horton
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tim Horton
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 ***