)]}'
{
  "log": [
    {
      "commit": "73c6c9d268708f75e2fcdea6b2f7b7e2bf6eacae",
      "tree": "a5e6dc3181f51cbfa84fc0e3bd434573ed01700b",
      "parents": [
        "3d2753e683a5a681a2a6d815ee9f4fd97e3f946d"
      ],
      "author": {
        "name": "Brian Salomon",
        "email": "bsalomon@google.com",
        "time": "Fri Mar 29 15:41:27 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Mar 29 20:23:23 2019 +0000"
      },
      "message": "Move new convex path towards the end of the path array in GM convexpaths.\n\nMakes triaging a lot easier.\n\nTBR\u003djvanverth@google.com\n\nBug: skia:8928\nChange-Id: Id800b8e90e94e41c3ce3faaae8f3e10b501f0e04\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/204784\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    },
    {
      "commit": "3d2753e683a5a681a2a6d815ee9f4fd97e3f946d",
      "tree": "00943d4ced807a30894fe3d32306618bf7ef93bf",
      "parents": [
        "2c5e01104fe6a274c623c456d6178330cea6b559"
      ],
      "author": {
        "name": "Michael Ludwig",
        "email": "michaelludwig@google.com",
        "time": "Fri Mar 29 14:36:32 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Mar 29 19:13:23 2019 +0000"
      },
      "message": "Interpolate coverage in screen space for perspective quads\n\nBug: chromium:947055\nChange-Id: I1e0c4c5a6ab839ecca73759f66e2271038de835f\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/204961\nCommit-Queue: Michael Ludwig \u003cmichaelludwig@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    },
    {
      "commit": "2c5e01104fe6a274c623c456d6178330cea6b559",
      "tree": "af2873aee926e28e902ebb6dab2efae7ea77001d",
      "parents": [
        "10be9d5f45faad8d1598e9eb85631e89e6e057bf"
      ],
      "author": {
        "name": "Chris Dalton",
        "email": "csmartdalton@google.com",
        "time": "Fri Mar 29 13:14:18 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Mar 29 18:59:43 2019 +0000"
      },
      "message": "Split GrCCCoverageProcessor into subclasses\n\nMakes separate subclasses for geometry and vertex shaders.\n\nBug: skia:\nChange-Id: Ifced79af3092090a71d03fe252fb4da76738cf08\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/204545\nCommit-Queue: Chris Dalton \u003ccsmartdalton@google.com\u003e\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    },
    {
      "commit": "10be9d5f45faad8d1598e9eb85631e89e6e057bf",
      "tree": "15a6cd1468aa754b818e7d1d5ea7e6a91e8bf341",
      "parents": [
        "5f8a62bd18cfbad4f876d18e00e102e1100aee76"
      ],
      "author": {
        "name": "Ethan Nicholas",
        "email": "ethannicholas@google.com",
        "time": "Fri Mar 29 14:16:50 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Mar 29 18:50:23 2019 +0000"
      },
      "message": "fix SkSL lexer\u0027s handling of invalid characters\n\nBug: skia:8831\nChange-Id: I3198c86af971c3340ccf7cc1d7dede6dd48939fb\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/204980\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"
    },
    {
      "commit": "5f8a62bd18cfbad4f876d18e00e102e1100aee76",
      "tree": "8fd5e0ff8f71b9b2bdae16cf3b4a90c5cde13efa",
      "parents": [
        "0c4b581564bf43bb560f727aec971aa708888e18"
      ],
      "author": {
        "name": "Brian Salomon",
        "email": "bsalomon@google.com",
        "time": "Fri Mar 29 13:55:32 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Mar 29 18:29:53 2019 +0000"
      },
      "message": "In GrAAConvexPathRenderer check whether middle quadtric control point is\nclose to line segment between first and last control points and if so\ndraw as a line.\n\nPreviously we just checked whether the middle control point was close to\neither the first or last.\n\nBug: skia:8928\nBug: chromium:945449\nChange-Id: I1f7353623c29dcdc329812c44815b80898f83625\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/204981\nReviewed-by: Jim Van Verth \u003cjvanverth@google.com\u003e\nCommit-Queue: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    },
    {
      "commit": "0c4b581564bf43bb560f727aec971aa708888e18",
      "tree": "9285d8cfdf6a09a8da9eb52df435d5bd1fb3d6f3",
      "parents": [
        "8dd5ea1a75c37fc6830046b73d2dea650ca9c833"
      ],
      "author": {
        "name": "Michael Ludwig",
        "email": "michaelludwig@google.com",
        "time": "Fri Mar 29 09:42:36 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Mar 29 18:24:03 2019 +0000"
      },
      "message": "Add reproduction test case for crbug/947055\n\nBug: chromium:947055\nChange-Id: If271112285aa413a71c094502c81b501c77a129e\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/204742\nCommit-Queue: Brian Salomon \u003cbsalomon@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nAuto-Submit: Michael Ludwig \u003cmichaelludwig@google.com\u003e\n"
    },
    {
      "commit": "8dd5ea1a75c37fc6830046b73d2dea650ca9c833",
      "tree": "39058d54c6c43f86b5c2bc133d2835d18afc3d2e",
      "parents": [
        "dbcb7ad17c04abf094f5e3500dade83fd258797c"
      ],
      "author": {
        "name": "Florin Malita",
        "email": "fmalita@chromium.org",
        "time": "Fri Mar 29 13:25:41 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Mar 29 18:23:03 2019 +0000"
      },
      "message": "[skottie] Allow extra-normal Bezier interpolation\n\nAE/Lottie allow Bezier control Ys to be outside the [0..1] range.\n\nUpdate SkCubicMap to do the same.\n\nBug: skia:8931\nChange-Id: I54ee8dbb4e6e0a33a917500523c82fe56c854d4a\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/205002\nReviewed-by: Mike Reed \u003creed@google.com\u003e\nCommit-Queue: Florin Malita \u003cfmalita@chromium.org\u003e\n"
    },
    {
      "commit": "dbcb7ad17c04abf094f5e3500dade83fd258797c",
      "tree": "a97d9fc3664418fe520ac9af4fcea21d760dce8a",
      "parents": [
        "7eeb74fdfd8453b4fc0f0460ade48d4097444043"
      ],
      "author": {
        "name": "recipe-roller",
        "email": "recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com",
        "time": "Fri Mar 29 10:04:44 2019 -0700"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Mar 29 17:37:32 2019 +0000"
      },
      "message": "Roll recipe dependencies (trivial).\n\nThis is an automated CL created by the recipe roller. This CL rolls recipe\nchanges from upstream projects (e.g. depot_tools) into downstream projects\n(e.g. tools/build).\n\n\nMore info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.\nrecipe_engine:\n  https://crrev.com/db94883c139d0588a78098babdd45750a9145fb4 Add better validataion for engine_step.TriggerSpec. (iannucci@chromium.org)\n\n\nTBR\u003dborenet@google.com\n\nRecipe-Tryjob-Bypass-Reason: Autoroller\nBugdroid-Send-Email: False\nChange-Id: I8b20190862da233d9aa7c96abfc0b1ade693d535\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/204782\nReviewed-by: Recipe Roller \u003crecipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: Recipe Roller \u003crecipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    }
  ]
}
