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

Commit 19fe6ac

Browse files
committed
Add black line
1 parent 0b3b156 commit 19fe6ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/platform/android/vsync_waiter_android.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ void VsyncWaiterAndroid::ConsumePendingCallback(
6262
auto* weak_this = reinterpret_cast<std::weak_ptr<VsyncWaiter>*>(java_baton);
6363
auto shared_this = weak_this->lock();
6464
delete weak_this;
65+
6566
if (shared_this) {
6667
shared_this->task_runners_.GetUITaskRunner()->PostTaskForTime(
6768
[shared_this, frame_start_time, frame_target_time]() {

0 commit comments

Comments
 (0)