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

Issue 1581533007: use default initialization for flattenables (Closed)

Created:
4 years, 11 months ago by reed1
Modified:
4 years, 11 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

use default initialization for flattenables Previously initialization of effects subclasses was duplicated in two files: SkGlobalInitialization_chromium.cpp SkGlobalInitialization_default.cpp With the thought that "default" would be basically everything, and "chromium" would be a filtered set eliminating insecure filters (e.g. picture-based filters). However, the two files are the same, and control over pictures has moved to a build flag SK_DISALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS, since pictures can be embedded inside other effects class, making the class-level control to coarse-grained. This change eliminates the duplicate file, so that subsequent changes will be tested in both chrome and skia. BUG= Committed: https://crrev.com/b5276c605bb508d04f94b45e4f56540546f62888 Cr-Commit-Position: refs/heads/master@{#369178}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M skia/skia_gn_files.gypi View 1 chunk +1 line, -1 line 0 comments Download
M skia/skia_library.gypi View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1581533007/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1581533007/1
4 years, 11 months ago (2016-01-13 13:55:28 UTC) #3
reed1
4 years, 11 months ago (2016-01-13 13:55:41 UTC) #5
mtklein_C
lgtm This surprised me so I double-checked for myself. The only difference between the two ...
4 years, 11 months ago (2016-01-13 14:04:22 UTC) #6
f(malita)
lgtm
4 years, 11 months ago (2016-01-13 14:10:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1581533007/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1581533007/1
4 years, 11 months ago (2016-01-13 14:11:28 UTC) #10
robertphillips
lgtm
4 years, 11 months ago (2016-01-13 15:19:37 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-13 15:36:14 UTC) #14
commit-bot: I haz the power
4 years, 11 months ago (2016-01-13 15:38:03 UTC) #16
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/b5276c605bb508d04f94b45e4f56540546f62888
Cr-Commit-Position: refs/heads/master@{#369178}

Powered by Google App Engine
This is Rietveld 408576698