diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-04-03 17:33:37 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-04-03 17:33:37 -0400 |
commit | 015f385ecb39218830fc6f9e1fb81e34e1c21901 (patch) | |
tree | 48669bc7c42bb6520eec152780a96459e691a9b1 /gfx | |
parent | ce3979c721ba378a448bfbe3671c99d993cbc801 (diff) | |
parent | a04fdfd890ca64988b4fd43a30c284cb994e7ddc (diff) | |
download | UXP-015f385ecb39218830fc6f9e1fb81e34e1c21901.tar UXP-015f385ecb39218830fc6f9e1fb81e34e1c21901.tar.gz UXP-015f385ecb39218830fc6f9e1fb81e34e1c21901.tar.lz UXP-015f385ecb39218830fc6f9e1fb81e34e1c21901.tar.xz UXP-015f385ecb39218830fc6f9e1fb81e34e1c21901.zip |
Merge branch 'master' into Sync-weave
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/2d/2D.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/2d/2D.h b/gfx/2d/2D.h index c1fba3463..e2020dc9e 100644 --- a/gfx/2d/2D.h +++ b/gfx/2d/2D.h @@ -488,6 +488,9 @@ public: /** * Returns a DataSourceSurface with the same data as this one, but * guaranteed to have surface->GetType() == SurfaceType::DATA. + * + * The returning surface might be null, because of OOM or gfx device reset. + * The caller needs to do null-check before using it. */ virtual already_AddRefed<DataSourceSurface> GetDataSurface() override; |