Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a113c4b

Browse files
author
Chris Yang
committed
std move
1 parent 2eaeffe commit a113c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ static bool ClipRRectContainsPlatformViewBoundingRect(const SkRRect& clip_rrect,
886886
slices_.erase(viewId);
887887
}
888888

889-
views_to_dispose_ = views_to_dispose_next_frame;
889+
views_to_dispose_ = std::move(views_to_dispose_next_frame);
890890
}
891891

892892
void FlutterPlatformViewsController::BeginCATransaction() {

0 commit comments

Comments
 (0)