[roll] Roll fuchsia [display][coordinator] Remove ClientProxy. This CL moves the ClientProxy logic into Client. The distinction between the two is no longer relevant after the threading model simplification. Future work will carve out Client logic into separate classes according to functionality. This change is intended to make it easier to reason about the object graph in the Display Coordinator, so we can have an easier time catching bugs. ClientProxy::Init() became Client::Bind() and ClientProxy::InitForTesting() became Client::BindForTesting(). Follow-up work will hopefully get us to a point where we can remove BindForTesting(). ClientProxy::EnableCapture() was inlined, as it had one callsite and it was modifying one data member. This CL also removes a Client::NotifyDisplayChanged() overload declaration that was not implemented. This CL makes it easier to investigate the attached bug. The CL does not fix the bug. Original-Bug: 487682820 Test: fx test //src/graphics/display Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1536446 Original-Revision: deb02052b458c6996841bda90a22e89956a646c9 GitOrigin-RevId: 7a462c28d2392818874cbe9d93a6b3922055f5e0 Change-Id: I1355c1d94a239b220ed79a23dc52746661299933
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.