diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /gfx/thebes/gfxASurface.h | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gfx/thebes/gfxASurface.h')
-rw-r--r-- | gfx/thebes/gfxASurface.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gfx/thebes/gfxASurface.h b/gfx/thebes/gfxASurface.h index d2e6daf771..ee63f01aa2 100644 --- a/gfx/thebes/gfxASurface.h +++ b/gfx/thebes/gfxASurface.h @@ -80,12 +80,6 @@ class gfxASurface { */ virtual already_AddRefed<gfxImageSurface> GetAsImageSurface(); - /** - * Creates a new ARGB32 image surface with the same contents as this surface. - * Returns null on error. - */ - already_AddRefed<gfxImageSurface> CopyToARGB32ImageSurface(); - int CairoStatus(); static gfxContentType ContentFromFormat(gfxImageFormat format); |