Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 12278010: Merge 181957 (Closed)

Created:
7 years, 10 months ago by shawnsingh
Modified:
7 years, 10 months ago
Reviewers:
shawnsingh
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Merge 181957 > [cc] Apply sublayer transform about anchor instead of about layer center. > > There are some cases where WebCore internally needs to "reposition" the origin > point about which CSS transforms are applied. For example, when a perspective > container becomes composited, the composited location/bounds may change > depending on the positioning of its children. The perspective-origin from the > original DOM tree should not change, but internally it does require a new > origin to be given to the compositor. It turns out that WebCore uses the anchor > point layer property to communicate these cases. So, the compositor needs to > apply the sublayer transform about the anchor point instead of about the layer > center. > > BUG=157961 > > > Review URL: https://chromiumcodereview.appspot.com/12224113 TBR=shawnsingh@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182808

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -24 lines) Patch
M cc/layer_tree_host_common.cc View 4 chunks +7 lines, -9 lines 0 comments Download
M cc/layer_tree_host_common_unittest.cc View 6 chunks +34 lines, -15 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
shawnsingh
7 years, 10 months ago (2013-02-15 20:14:24 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698