commit | a74019072281169b99ea13134ff6bc3ca9bdf7a4 | [log] [tgz] |
---|---|---|
author | Cary Clark <caryclark@skia.org> | Thu Jun 14 15:34:14 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Jun 14 19:57:34 2018 +0000 |
tree | 34cac5876e278f692bf4e95a78cae84dfb46a213 | |
parent | 0acb79eb2a63c404257889890a4ace0efc022ef9 [diff] |
do not mistake locals for methods bookmaker parsed xxx(xxx) as a method but in this case fXxx(xxx) was a local initialization. Look for 'f' followed by an upper case letter to know the difference. TBR=csmartdalton@google.com Bug: skia:6898 Change-Id: Ie0138d9412bc6c06915af81a5b83cbd7e83ebef6 Reviewed-on: https://skia-review.googlesource.com/135041 Commit-Queue: Cary Clark <caryclark@skia.org> Auto-Submit: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>