)]}'
{
  "commit": "4492be6d6debfabdee697d29c53c7ccd53d34bce",
  "tree": "4c7eb6abb55e8a9d3ec4da3a7b6da9f6340d0bca",
  "parents": [
    "b59afdfea9fc2dbafff92a0ed2316874737b3167"
  ],
  "author": {
    "name": "gaaclarke",
    "email": "30870216+gaaclarke@users.noreply.github.com",
    "time": "Wed Dec 11 09:32:04 2024 -0800"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Dec 11 09:32:04 2024 -0800"
  },
  "message": "Removed linear gradient heap allocation for color conversions between dart and display list (#57108)\n\nissue: https://github.com/flutter/flutter/issues/154650\r\n\r\n## Pre-launch Checklist\r\n\r\n- [x] I read the [Contributor Guide] and followed the process outlined\r\nthere for submitting PRs.\r\n- [x] I read the [Tree Hygiene] wiki page, which explains my\r\nresponsibilities.\r\n- [x] I read and followed the [Flutter Style Guide] and the [C++,\r\nObjective-C, Java style guides].\r\n- [x] I listed at least one issue that this PR fixes in the description\r\nabove.\r\n- [x] I added new tests to check the change I am making or feature I am\r\nadding, or the PR is [test-exempt]. See [testing the engine] for\r\ninstructions on writing and running engine tests.\r\n- [x] I updated/added relevant documentation (doc comments with `///`).\r\n- [x] I signed the [CLA].\r\n- [x] All existing and new tests are passing.\r\n\r\nIf you need help, consider asking for advice on the #hackers-new channel\r\non [Discord].\r\n\r\n\u003c!-- Links --\u003e\r\n[Contributor Guide]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview\r\n[Tree Hygiene]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md\r\n[test-exempt]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests\r\n[Flutter Style Guide]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md\r\n[C++, Objective-C, Java style guides]:\r\nhttps://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style\r\n[testing the engine]:\r\nhttps://github.com/flutter/engine/blob/main/docs/testing/Testing-the-engine.md\r\n[CLA]: https://cla.developers.google.com/\r\n[flutter/tests]: https://github.com/flutter/tests\r\n[breaking change policy]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#handling-breaking-changes\r\n[Discord]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f7a8620373e5b884dd5a5cbb7e55ebd508e13c4d",
      "old_mode": 33188,
      "old_path": "display_list/effects/color_sources/dl_gradient_color_source_base.h",
      "new_id": "573bffe69a489b464dac414b3d7055e0c0b115d2",
      "new_mode": 33188,
      "new_path": "display_list/effects/color_sources/dl_gradient_color_source_base.h"
    },
    {
      "type": "modify",
      "old_id": "380dce96f95bd0cb0b5cf3d6b5d351e8ef5446ad",
      "old_mode": 33188,
      "old_path": "display_list/effects/color_sources/dl_linear_gradient_color_source.cc",
      "new_id": "6c9fa3b19a1ea86549e6766496276ec88b90a974",
      "new_mode": 33188,
      "new_path": "display_list/effects/color_sources/dl_linear_gradient_color_source.cc"
    },
    {
      "type": "modify",
      "old_id": "886d4ceb8811a3ce00699eb77b845b5a7151da5b",
      "old_mode": 33188,
      "old_path": "display_list/effects/color_sources/dl_linear_gradient_color_source.h",
      "new_id": "a229fbbd233c6c227fdf539c8ebf2b7f30e24179",
      "new_mode": 33188,
      "new_path": "display_list/effects/color_sources/dl_linear_gradient_color_source.h"
    },
    {
      "type": "modify",
      "old_id": "5a5fa8b1fbf194452e011ebaaabbc1154b5366a0",
      "old_mode": 33188,
      "old_path": "display_list/effects/dl_color_source.cc",
      "new_id": "6d027ef822d59352fee64193c910e8c968e24e5d",
      "new_mode": 33188,
      "new_path": "display_list/effects/dl_color_source.cc"
    },
    {
      "type": "modify",
      "old_id": "05fe3ca5853d2a0da9a758b7da6fd8a88f6c7f8e",
      "old_mode": 33188,
      "old_path": "display_list/effects/dl_color_source.h",
      "new_id": "44aa88ef38924517c7dd46f0404ba2f25d7e1366",
      "new_mode": 33188,
      "new_path": "display_list/effects/dl_color_source.h"
    },
    {
      "type": "modify",
      "old_id": "944de9c9948369be6cc2f5fd9dcccf6cec8482f3",
      "old_mode": 33188,
      "old_path": "display_list/effects/dl_color_source_unittests.cc",
      "new_id": "de2a9b97011b27d7f00f1acd9dfebd5e35b05c5a",
      "new_mode": 33188,
      "new_path": "display_list/effects/dl_color_source_unittests.cc"
    },
    {
      "type": "modify",
      "old_id": "81606246e76c426aa7a04eb93ca384281d3a580a",
      "old_mode": 33188,
      "old_path": "display_list/skia/dl_sk_conversions_unittests.cc",
      "new_id": "ab536ba51903e5bbcae081a62d1eada42dfee179",
      "new_mode": 33188,
      "new_path": "display_list/skia/dl_sk_conversions_unittests.cc"
    },
    {
      "type": "modify",
      "old_id": "1b87943e5116292cee4e4e1594688e069117dc26",
      "old_mode": 33188,
      "old_path": "lib/ui/painting/gradient.cc",
      "new_id": "a7ecf3be6cfdb58087de6e7f4e579a65106754e9",
      "new_mode": 33188,
      "new_path": "lib/ui/painting/gradient.cc"
    }
  ]
}
