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

Issue 959543002: Simplify and reduce calls to beginTransparencyLayers. (Closed)

Created:
5 years, 10 months ago by ojan
Modified:
5 years, 10 months ago
Reviewers:
abarth-chromium
CC:
abarth-chromium, esprehn, mojo-reviews_chromium.org, qsr+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Simplify and reduce calls to beginTransparencyLayers. -Consolidate the beginTransparencyLayers calls. The call on layer()->parent() was just not needed as best I can tell and the filter one could just be shared with the non-filter codepath. FWIW, blink has already made a similar set of changes. -Don't walk up the tree calling beginTransparencyLayer. We're doing this in a recursive call down, so we've already created the transparency layer for any transparent ancestors. -Remove unused TransparencyClipBoxMode argument. -Inline the paintingExtent method. -Removed unused REVEAL_TRANSPARENCY_LAYERS #define. R=abarth@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/b80fcd4edf8b6ad99a644a9174671fa889758422

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -109 lines) Patch
M sky/engine/core/rendering/LayerPaintingInfo.h View 1 chunk +0 lines, -2 lines 0 comments Download
M sky/engine/core/rendering/RenderBox.cpp View 5 chunks +8 lines, -48 lines 0 comments Download
M sky/engine/core/rendering/RenderLayer.h View 3 chunks +0 lines, -9 lines 0 comments Download
M sky/engine/core/rendering/RenderLayer.cpp View 3 chunks +15 lines, -50 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
abarth-chromium
lgtm
5 years, 10 months ago (2015-02-25 01:21:11 UTC) #2
ojan
5 years, 10 months ago (2015-02-25 01:29:05 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b80fcd4edf8b6ad99a644a9174671fa889758422 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698