/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
namespace mozilla { namespace wr { class IpcResourceUpdateQueue;
} // namespace wr
namespace image { class SVGDocumentWrapper;
/** * An ISurfaceProvider that manages blob recordings of SVG images. Unlike the * rasterized ISurfaceProviders, it only provides a recording which may be * replayed in the compositor process by WebRender. It may be invalidated * directly in order to reuse the resource ids and underlying buffers when the * SVG image has changed (e.g. it is animated).
*/ class BlobSurfaceProvider final : public ISurfaceProvider { public:
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(BlobSurfaceProvider, override)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.