)]}'
{
  "log": [
    {
      "commit": "e62bf561638c60550c35e81b1606843ed74bcfef",
      "tree": "da533eddea79014c0031d08fc5c277087a18f137",
      "parents": [
        "c48879ed404c619adb59d5a1f10855042bf754b3"
      ],
      "author": {
        "name": "recipe-roller",
        "email": "recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com",
        "time": "Fri Apr 12 14:13:58 2019 -0700"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Apr 12 21:46:58 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.\ndepot_tools:\n  https://crrev.com/bd29f6f7520912e263526adc7b092ccdf2002ae5 Roll bb to 080c945efd74d45e9edac5d5b6cc598bbe106593 (nodir@google.com)\n  https://crrev.com/db58954c8cb36dd41e245a982f978a1f19b16af6 Use the same git-cache bucket for authenticated and unauthenticated repos. (dpranke@chromium.org)\n\n\nTBR\u003dborenet@google.com\n\nRecipe-Tryjob-Bypass-Reason: Autoroller\nBugdroid-Send-Email: False\nChange-Id: I5eada068588f5acffbf0e2afd6828a0894bab8da\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/207980\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"
    },
    {
      "commit": "c48879ed404c619adb59d5a1f10855042bf754b3",
      "tree": "f3d2dd6869e2374c30ef1e79af327e5f3051e948",
      "parents": [
        "81fd86c1ca03774f54b5f01e9a20a53d75363861"
      ],
      "author": {
        "name": "Herb Derby",
        "email": "herb@google.com",
        "time": "Thu Apr 11 15:22:38 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Apr 12 20:17:28 2019 +0000"
      },
      "message": "Convert the CPU mask case to use prepareForDrawing\n\nChange-Id: I3a36084544e12730f4815dbf5b6c78a1cd719f1b\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/207761\nReviewed-by: Ben Wagner \u003cbungeman@google.com\u003e\nCommit-Queue: Herb Derby \u003cherb@google.com\u003e\n"
    },
    {
      "commit": "81fd86c1ca03774f54b5f01e9a20a53d75363861",
      "tree": "af934697b64a818a2a99f48be50c3c77f092fdb1",
      "parents": [
        "9bf37f6817fa437333f1197269fcc0da80d05a75"
      ],
      "author": {
        "name": "Herb Derby",
        "email": "herb@google.com",
        "time": "Fri Apr 12 20:04:19 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Apr 12 20:04:30 2019 +0000"
      },
      "message": "Revert \"Convert the CPU path case to use prepareForDrawing\"\n\nThis reverts commit 8be917af4313f6021b9b8e5d2b3f4d5712967aa9.\n\nReason for revert: Causes layout tests to draw problem\n\nOriginal change\u0027s description:\n\u003e Convert the CPU path case to use prepareForDrawing\n\u003e \n\u003e Change-Id: I5babfc7f1fa9784d81896d5c036e3b50c2af8ca0\n\u003e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/207760\n\u003e Reviewed-by: Ben Wagner \u003cbungeman@google.com\u003e\n\u003e Commit-Queue: Herb Derby \u003cherb@google.com\u003e\n\nTBR\u003dbungeman@google.com,herb@google.com\n\nChange-Id: I8ec1e8fed49571cc70b0acac750cbbf302f551fe\nNo-Presubmit: true\nNo-Tree-Checks: true\nNo-Try: true\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/207886\nReviewed-by: Herb Derby \u003cherb@google.com\u003e\nCommit-Queue: Herb Derby \u003cherb@google.com\u003e\n"
    },
    {
      "commit": "9bf37f6817fa437333f1197269fcc0da80d05a75",
      "tree": "eba8969ed1e3b7c320832a5ee59439258eda90c0",
      "parents": [
        "a6a8400e99d6f3395372eceaf26a903bc0b609a8"
      ],
      "author": {
        "name": "Michael Ludwig",
        "email": "michaelludwig@google.com",
        "time": "Fri Apr 12 14:24:38 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Apr 12 19:43:39 2019 +0000"
      },
      "message": "Remove debug quadType() checks\n\nThis was originally in place to prevent gross programmer error when\nwriting the rectangle draw ops. Given how sensitive the quadType()\nfunctions are to numerical precision issues, it created many false\npositives. The quadType() is only used for minor optimizations that\ndon\u0027t really impact what is drawn, so there is no real risk when the\ntype determined via matrix differs from the type calculated from the\ncoordinates.\n\nBug: chromium:935563, chromium:935503\nChange-Id: I4c9798758971dc853289975335506ade141441df\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/207882\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Michael Ludwig \u003cmichaelludwig@google.com\u003e\n"
    },
    {
      "commit": "a6a8400e99d6f3395372eceaf26a903bc0b609a8",
      "tree": "fdb7c87e833f3944e88ad48ad0cc7c520268458f",
      "parents": [
        "8be917af4313f6021b9b8e5d2b3f4d5712967aa9"
      ],
      "author": {
        "name": "Michael Ludwig",
        "email": "michaelludwig@google.com",
        "time": "Fri Apr 12 15:03:02 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Apr 12 19:43:38 2019 +0000"
      },
      "message": "Support domain clamping and transform matrices in YUVToRGB effects\n\nThis helps avoid flattening of YUV/A images when drawn with a strict src\nrect constraint. SkiaRenderer almost always provides a strict constraint\nfor their YUV videos.\n\nThis adds a GM that replicates the issue in skbug:8959, and adds a GM to\nthe wacky_yuv set that checks domain clamping across all of the different\nformats.\n\nBug: 8959\nChange-Id: I53f531a94f3b63f81d8c3cbe22d868e3356aeabd\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/207020\nCommit-Queue: Michael Ludwig \u003cmichaelludwig@google.com\u003e\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    }
  ]
}
