)]}'
{
  "log": [
    {
      "commit": "5c5de21463095923adfb3349c5c794be56665395",
      "tree": "99118fd78f07c88717e9c781039b147f8f197fb5",
      "parents": [
        "3571169f51f3982a2530ab1569a7403a85e15832"
      ],
      "author": {
        "name": "Mike Reed",
        "email": "reed@google.com",
        "time": "Wed Apr 03 16:51:47 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Apr 03 21:24:17 2019 +0000"
      },
      "message": "no more legacy enum references\n\nBug: skia:8937\nChange-Id: I64ba9dffe340769ead0de54a82cd32b61f87c57d\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/205838\nCommit-Queue: Mike Reed \u003creed@google.com\u003e\nReviewed-by: Ben Wagner \u003cbungeman@google.com\u003e\nReviewed-by: Kevin Lubick \u003ckjlubick@google.com\u003e\n"
    },
    {
      "commit": "3571169f51f3982a2530ab1569a7403a85e15832",
      "tree": "16bf474b390aaafd267b0d942613befc77ce66f5",
      "parents": [
        "866e262a21fdad7d51c31d3aa4d6543d7956ffb0"
      ],
      "author": {
        "name": "Hal Canary",
        "email": "halcanary@google.com",
        "time": "Wed Apr 03 15:03:34 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Apr 03 21:10:37 2019 +0000"
      },
      "message": "Fix SkTypeface_Mac::getGlyphToUnicodeMap\n\nFix the slow fallback to actually fill out the table.\n\nAlways use the first non-zero glyph to codepoint mapping.\n\nChange-Id: Ib76daecee21d1b81b7c6e0361e7d8aae5494b19a\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/205925\nReviewed-by: Ben Wagner \u003cbungeman@google.com\u003e\nCommit-Queue: Ben Wagner \u003cbungeman@google.com\u003e\nAuto-Submit: Hal Canary \u003chalcanary@google.com\u003e\n"
    },
    {
      "commit": "866e262a21fdad7d51c31d3aa4d6543d7956ffb0",
      "tree": "a4d80bea2e3309f73e6bbc57ee2d5ec80150a861",
      "parents": [
        "147c08709e8103c980490817ff15f47cd90fba00"
      ],
      "author": {
        "name": "Florin Malita",
        "email": "fmalita@chromium.org",
        "time": "Wed Apr 03 15:30:16 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Apr 03 20:46:35 2019 +0000"
      },
      "message": "[skottie] Fix gradient ramp for non-solid layers\n\nTwo issues:\n\n  1) Empirically (per AE\u0027s model), only solid layers transform the effect space.\n     All other layer types implement their effects ignoring the layer xform.\n\n  2) Due to the effect deferral mechanism in sksg, shader effects are\n     sometimes applied with a different transform than intended.\n\nTo address #1, tweak the layer builder logic to attach the effects\nbefore/after the transform node, depending on the layer type.\n\nFor #2, track the CTM active when the shader effect is attached and undo\nany intervening transformations via a local matrix when the shader is\nactually applied to SkPaint.\n\nChange-Id: I29b5a4df3b223e7da9dfc36b0d7d40055d192ac0\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/205922\nReviewed-by: Mike Reed \u003creed@google.com\u003e\nCommit-Queue: Florin Malita \u003cfmalita@chromium.org\u003e\n"
    },
    {
      "commit": "147c08709e8103c980490817ff15f47cd90fba00",
      "tree": "5d4b951e478b172d4a39a14ccca0a5307cf48201",
      "parents": [
        "595540b32145181f86c33b769ceb0751dcfc6972"
      ],
      "author": {
        "name": "Ethan Nicholas",
        "email": "ethannicholas@google.com",
        "time": "Wed Apr 03 15:27:39 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Apr 03 20:34:25 2019 +0000"
      },
      "message": "fix SkSL constant comparisons involving negated vectors\n\nBug: skia:8852\nChange-Id: I8ff7c0b38f32a6cb908f9067bb473aa779f1518c\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/205835\nCommit-Queue: Ethan Nicholas \u003cethannicholas@google.com\u003e\nAuto-Submit: Ethan Nicholas \u003cethannicholas@google.com\u003e\nReviewed-by: Kevin Lubick \u003ckjlubick@google.com\u003e\n"
    },
    {
      "commit": "595540b32145181f86c33b769ceb0751dcfc6972",
      "tree": "4f851085e45957fa8bead9901548d909f27169da",
      "parents": [
        "2273c900ea2888ac659dbcdfe6e6d1cd2cf76177"
      ],
      "author": {
        "name": "Ethan Nicholas",
        "email": "ethannicholas@google.com",
        "time": "Wed Apr 03 15:26:47 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Apr 03 20:32:04 2019 +0000"
      },
      "message": "fixed error reporting in SkSL-\u003eMetal\n\nBug: skia:8843\nChange-Id: Ie27e805fb4fc1efd34253645cb82cc88f682884d\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/205926\nCommit-Queue: Ethan Nicholas \u003cethannicholas@google.com\u003e\nCommit-Queue: Kevin Lubick \u003ckjlubick@google.com\u003e\nAuto-Submit: Ethan Nicholas \u003cethannicholas@google.com\u003e\nReviewed-by: Kevin Lubick \u003ckjlubick@google.com\u003e\n"
    }
  ]
}
