template <>
class WireWeakOnewayBufferClientImpl
Defined at line 10534 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/cpp/fidl/fuchsia.ui.composition/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus SetContent (::fuchsia_ui_views::wire::ViewportCreationToken && token, ::fidl::ServerEnd< ::fuchsia_ui_composition::ChildViewWatcher> && child_view_watcher)
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus SetDevicePixelRatio (const ::fuchsia_math::wire::VecF & device_pixel_ratio)
Sets the ratio of display's physical pixels to device independent pixels that should be used
for the tree of Flatland content that are attached to this display. See
[`LayoutInfo.device_pixel_ratio`] for details.
The default value is (1.0, 1.0). The valid values are 1.0 and above.
Caller provides the backing storage for FIDL message.