|
|
DescriptionSkFontConfigInterface::createTypeface()
BUG=524578
R=bungeman@google.com,reed@google.com
Committed: https://skia.googlesource.com/skia/+/9b137dc54e668ca5552bab8a1c550edc02214db4
Patch Set 1 #
Total comments: 2
Patch Set 2 : rename to createTypeface #Messages
Total messages: 17 (8 generated)
lgtm
reed@google.com changed reviewers: + reed@google.com
https://codereview.chromium.org/1454343003/diff/1/include/ports/SkFontConfigI... File include/ports/SkFontConfigInterface.h (right): https://codereview.chromium.org/1454343003/diff/1/include/ports/SkFontConfigI... include/ports/SkFontConfigInterface.h:103: virtual SkTypeface* getTypeface(const FontIdentity& identity) { We usually use get... to return a non-ownership-transfered value, and new/create/alloc/ref... to mean the caller must take some ownership action.
Description was changed from ========== SkFontConfigInterface::getTypeface() BUG=524578 R=bungeman@google.com ========== to ========== SkFontConfigInterface::createTypeface() BUG=524578 R=bungeman@google.com,reed@google.com ==========
https://codereview.chromium.org/1454343003/diff/1/include/ports/SkFontConfigI... File include/ports/SkFontConfigInterface.h (right): https://codereview.chromium.org/1454343003/diff/1/include/ports/SkFontConfigI... include/ports/SkFontConfigInterface.h:103: virtual SkTypeface* getTypeface(const FontIdentity& identity) { On 2015/11/20 15:30:14, reed1 wrote: > We usually use get... to return a non-ownership-transfered value, and > new/create/alloc/ref... to mean the caller must take some ownership action. Done. (renamed to createTypeface)
The CQ bit was checked by fmalita@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1454343003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1454343003/20001
The CQ bit was unchecked by fmalita@chromium.org
The CQ bit was checked by fmalita@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from bungeman@google.com Link to the patchset: https://codereview.chromium.org/1454343003/#ps20001 (title: "rename to createTypeface")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1454343003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1454343003/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/bu...)
lgtm
The CQ bit was checked by reed@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1454343003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1454343003/20001
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/9b137dc54e668ca5552bab8a1c550edc02214db4 |