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

Issue 216553003: Disable painting in a few more places (Closed)

Created:
6 years, 9 months ago by Sami
Modified:
6 years, 9 months ago
Reviewers:
Stephen Chennney
CC:
blink-reviews, jamesr, krit, dsinclair, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Disable painting in a few more places When GraphicsContext is given a NULL canvas, it should disable painting. This patch amends a few operations where this check wasn't done. Most notably, we no longer record display lists when painting is disabled. BUG=357572 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170332

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -12 lines) Patch
M Source/platform/graphics/GraphicsContext.cpp View 1 7 chunks +30 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sami
6 years, 9 months ago (2014-03-28 12:28:09 UTC) #1
Stephen Chennney
LGTM with a nit. https://codereview.chromium.org/216553003/diff/1/Source/platform/graphics/GraphicsContext.cpp File Source/platform/graphics/GraphicsContext.cpp (right): https://codereview.chromium.org/216553003/diff/1/Source/platform/graphics/GraphicsContext.cpp#newcode494 Source/platform/graphics/GraphicsContext.cpp:494: if (!paintingDisabled()) { This can ...
6 years, 9 months ago (2014-03-28 12:47:17 UTC) #2
Sami
The CQ bit was checked by skyostil@chromium.org
6 years, 9 months ago (2014-03-28 14:06:37 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@chromium.org/216553003/20001
6 years, 9 months ago (2014-03-28 14:06:42 UTC) #4
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 15:08:55 UTC) #5
Message was sent while issue was closed.
Change committed as 170332

Powered by Google App Engine
This is Rietveld 408576698