commit | c5ea1859abfe643b42f52650bbbb532b33e00ac7 | [log] [tgz] |
---|---|---|
author | Alison Gale <[email protected]> | Tue Apr 16 16:08:51 2024 |
committer | Chromium LUCI CQ <[email protected]> | Tue Apr 16 16:08:51 2024 |
tree | 6eca37db3237aa5dc6762e3d00d82dc98f9d66d3 | |
parent | ba1f094f6dd4a63138e79a96f11f90e83ffd7af9 [diff] [blame] |
Migrate TODOs referencing old crbug IDs to the new issue tracker IDs The canonical bug format is TODO(crbug.com/<id>). TODOs of the following forms will all be migrated to the new format: - TODO(crbug.com/<old id>) - TODO(https://crbug.com/<old id>) - TODO(crbug/<old id>) - TODO(crbug/monorail/<old id>) - TODO(<old id>) - TODO(issues.chromium.org/<old id>) - TODO(https://issues.chromium.org/<old id>) - TODO(https://issues.chromium.org/u/1/issues/<old id>) - TODO(bugs.chromium.org/<old id>) Bug id mapping is sourced from go/chrome-on-buganizer-prod-issues. See go/crbug-todo-migration for details. #crbug-todo-migration Bug: b/321899722 Change-Id: I495892e2c482409d0feb42ebde36f836f5523844 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5454722 Commit-Queue: Alison Gale <[email protected]> Owners-Override: Alison Gale <[email protected]> Reviewed-by: Shibalik Mohapatra <[email protected]> Cr-Commit-Position: refs/heads/main@{#1288082}
diff --git a/ui/android/delegated_frame_host_android.h b/ui/android/delegated_frame_host_android.h index 1abc3ee9..bc518b9e 100644 --- a/ui/android/delegated_frame_host_android.h +++ b/ui/android/delegated_frame_host_android.h
@@ -236,7 +236,7 @@ // The LocalSurfaceId of the currently embedded surface. If surface sync is // on, this surface is not necessarily active. // - // TODO(https://crbug.com/1459238): this value is a copy of what the browser + // TODO(crbug.com/40274223): this value is a copy of what the browser // wants to embed. The source of truth is stored else where. We should // consider de-dup this ID. viz::LocalSurfaceId local_surface_id_;