Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b3d7339 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SF: Identify virtual displays from proto"

parents e29e02fa 791d48a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -4952,6 +4952,7 @@ void SurfaceFlinger::dumpDisplayProto(LayersTraceProto& layersTraceProto) const
        });
        });
        LayerProtoHelper::writeTransformToProto(display->getTransform(),
        LayerProtoHelper::writeTransformToProto(display->getTransform(),
                                                displayProto->mutable_transform());
                                                displayProto->mutable_transform());
        displayProto->set_is_virtual(display->isVirtual());
    }
    }
}
}


+2 −0
Original line number Original line Diff line number Diff line
@@ -33,4 +33,6 @@ message DisplayProto {
    RectProto layer_stack_space_rect = 5;
    RectProto layer_stack_space_rect = 5;


    TransformProto transform = 6;
    TransformProto transform = 6;

    bool is_virtual = 7;
}
}