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

Issue 176413002: Simplify storage of MC State stack (Closed)

Created:
6 years, 10 months ago by robertphillips
Modified:
6 years, 10 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

I believe this makes it clearer what is going on; namely: saveLayers cause their enclosing MC state to become a prefix for their child canvas calls. In such cases we don't want to inadvertently close the nesting MC state but when we do (i.e., when the saveLayer's restore is seen) we want to also restore the nesting MC state to be the current one. Committed: http://code.google.com/p/skia/source/detail?r=13564

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -29 lines) Patch
M src/core/SkMatrixClipStateMgr.h View 5 chunks +10 lines, -5 lines 0 comments Download
M src/core/SkMatrixClipStateMgr.cpp View 6 chunks +8 lines, -24 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
robertphillips
6 years, 10 months ago (2014-02-22 19:50:44 UTC) #1
bsalomon
lgtm
6 years, 10 months ago (2014-02-24 13:59:53 UTC) #2
robertphillips
The CQ bit was checked by robertphillips@google.com
6 years, 10 months ago (2014-02-24 16:01:35 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/robertphillips@google.com/176413002/1
6 years, 10 months ago (2014-02-24 16:01:42 UTC) #4
commit-bot: I haz the power
6 years, 10 months ago (2014-02-24 17:24:17 UTC) #5
Message was sent while issue was closed.
Change committed as 13564

Powered by Google App Engine
This is Rietveld 408576698