diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-24 12:51:03 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-24 12:51:03 +0200 |
| commit | 2b56570c6867dc39aa4c8a19d2657ffed6c596b2 (patch) | |
| tree | 4e1249b2b2576d0e1ede427a1c950e81880e7249 /indra/newview/llthumbnailctrl.h | |
| parent | 49da5288bd0425241823186bfd56a159fe2f9a60 (diff) | |
SL-19108 Fallback thumbnail
Diffstat (limited to 'indra/newview/llthumbnailctrl.h')
| -rw-r--r-- | indra/newview/llthumbnailctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llthumbnailctrl.h b/indra/newview/llthumbnailctrl.h index 978da8d71c..dc21046841 100644 --- a/indra/newview/llthumbnailctrl.h +++ b/indra/newview/llthumbnailctrl.h @@ -49,6 +49,7 @@ public: Optional<LLViewBorder::Params> border; Optional<LLUIColor> border_color; Optional<std::string> image_name; + Optional<LLUIImage*> fallback_image; Optional<bool> border_visible; Optional<bool> interactable; Optional<bool> show_loading; @@ -80,6 +81,7 @@ private: LLPointer<LLViewerFetchedTexture> mTexturep; LLPointer<LLUIImage> mImagep; + LLPointer<LLUIImage> mFallbackImagep; }; #endif |
