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

Issue 1463513002: Move application of filter effect boundaries to a helper (Closed)

Created:
5 years, 1 month ago by fs
Modified:
5 years, 1 month ago
Reviewers:
Stephen White
CC:
blink-reviews, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney, vmpstr+blinkwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move application of filter effect boundaries to a helper Add FilterEffect::applyEffectBoundaries and use that to replace the three chunks that does the same thing. Drop a redundant null-check in FETile::createImageFilter. Committed: https://crrev.com/0d49f0a0f8954673268e884e3fbe67eafff680f7 Cr-Commit-Position: refs/heads/master@{#360625}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Make method "functional". #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -46 lines) Patch
M third_party/WebKit/Source/platform/graphics/filters/FETile.cpp View 1 1 chunk +2 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/FilterEffect.cpp View 1 3 chunks +25 lines, -28 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
fs
5 years, 1 month ago (2015-11-19 13:04:53 UTC) #2
Stephen White
https://codereview.chromium.org/1463513002/diff/1/third_party/WebKit/Source/platform/graphics/filters/FETile.cpp File third_party/WebKit/Source/platform/graphics/filters/FETile.cpp (right): https://codereview.chromium.org/1463513002/diff/1/third_party/WebKit/Source/platform/graphics/filters/FETile.cpp#newcode52 third_party/WebKit/Source/platform/graphics/filters/FETile.cpp:52: inputEffect(0)->applyEffectBoundaries(srcRect); Can inputEffect(0) not be null here? https://codereview.chromium.org/1463513002/diff/1/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h File ...
5 years, 1 month ago (2015-11-19 14:54:34 UTC) #3
fs
https://codereview.chromium.org/1463513002/diff/1/third_party/WebKit/Source/platform/graphics/filters/FETile.cpp File third_party/WebKit/Source/platform/graphics/filters/FETile.cpp (right): https://codereview.chromium.org/1463513002/diff/1/third_party/WebKit/Source/platform/graphics/filters/FETile.cpp#newcode52 third_party/WebKit/Source/platform/graphics/filters/FETile.cpp:52: inputEffect(0)->applyEffectBoundaries(srcRect); On 2015/11/19 at 14:54:34, Stephen White wrote: > ...
5 years, 1 month ago (2015-11-19 15:48:09 UTC) #4
Stephen White
LGTM
5 years, 1 month ago (2015-11-19 15:51:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1463513002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1463513002/20001
5 years, 1 month ago (2015-11-19 16:54:46 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-19 18:07:55 UTC) #8
commit-bot: I haz the power
5 years, 1 month ago (2015-11-19 18:09:00 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0d49f0a0f8954673268e884e3fbe67eafff680f7
Cr-Commit-Position: refs/heads/master@{#360625}

Powered by Google App Engine
This is Rietveld 408576698