commit | 5757e82631820372382d3369c54cc3a1ffef812f | [log] [tgz] |
---|---|---|
author | Zach Reizner <zachr@google.com> | Fri Oct 16 19:06:31 2015 -0700 |
committer | Zach Reizner <zachr@google.com> | Fri Oct 23 15:51:01 2015 -0700 |
tree | 99c1a4f970a1011cf572808249c7a86ad240af8c | |
parent | 203f954f267d9027260b0d60c9cc842840fdf229 [diff] [blame] |
drm_hwcomposer: implement squashing Change-Id: Ifd4feaa0de303ddfd519d4415ab31d2a72f26022
diff --git a/drmcomposition.cpp b/drmcomposition.cpp index 09bdba7..e7b02b6 100644 --- a/drmcomposition.cpp +++ b/drmcomposition.cpp
@@ -80,8 +80,8 @@ continue; } - ret = composition_map_[display]->SetLayers(map.layers.data(), - map.layers.size()); + ret = composition_map_[display]->SetLayers( + map.layers.data(), map.layers.size(), map.geometry_changed); if (ret) return ret; }