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

Issue 327963005: Remove call to updateLayerCompositingState in RenderLayer::contentChanged (Closed)

Created:
6 years, 6 months ago by abarth-chromium
Modified:
6 years, 6 months ago
Reviewers:
ojan
CC:
ojan, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-rendering, chrishtr, eae+blinkwatch, esprehn, jchaffraix+rendering, leviw+renderwatch, pdr., rune+blink, Ian Vollick, zoltan1
Visibility:
Public.

Description

Remove call to updateLayerCompositingState in RenderLayer::contentChanged This call site was already trigginer a CompositingUpdateAfterCompositingInputChange. Calling updateLayerCompositingState could upgrade to CompositingUpdateRebuildTree, but there's no reason to do that eagerly. We compute whether that upgrade is necessary during the compositing update itself. BUG=343756 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175939

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M Source/core/rendering/RenderLayer.cpp View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
abarth-chromium
6 years, 6 months ago (2014-06-11 01:25:48 UTC) #1
ojan
lgtm
6 years, 6 months ago (2014-06-11 02:42:20 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/327963005/1
6 years, 6 months ago (2014-06-11 02:42:38 UTC) #3
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 03:47:22 UTC) #4
Message was sent while issue was closed.
Change committed as 175939

Powered by Google App Engine
This is Rietveld 408576698