cc: Update function doc for UIResourceLayer::SetBitmap
It was missed in crrev.com/c/3838624 Bug: 1349166 Change-Id: If207c7d1049f2f0903759effa3c88e360be7d068 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4623479 Commit-Queue: Shubham Gupta <shubh.gupta@samsung.com> Reviewed-by: Kyle Charbonneau <kylechar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1160196}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
b7d4c58c71
commit
623846ae9b
@ -32,7 +32,8 @@ class CC_EXPORT UIResourceLayer : public Layer {
|
||||
|
||||
// Sets the resource. If they don't exist already, the shared UI resource and
|
||||
// ID are generated and cached in a map in the associated UIResourceManager.
|
||||
// Currently, this resource will never be released by the UIResourceManager.
|
||||
// This resource will be released when all references of SkPixelRefs outside
|
||||
// the associated UIResourceManager's map are dropped
|
||||
void SetBitmap(const SkBitmap& skbitmap);
|
||||
|
||||
// An alternative way of setting the resource where an ID is used directly. If
|
||||
|
Reference in New Issue
Block a user