summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/DOM/Document.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibHTML/DOM/Document.h')
-rw-r--r--Libraries/LibHTML/DOM/Document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibHTML/DOM/Document.h b/Libraries/LibHTML/DOM/Document.h
index 032522b694..94fb6ff49d 100644
--- a/Libraries/LibHTML/DOM/Document.h
+++ b/Libraries/LibHTML/DOM/Document.h
@@ -56,6 +56,7 @@ public:
const Frame* frame() const { return m_frame.ptr(); }
Color background_color() const;
+ RefPtr<GraphicsBitmap> background_image() const;
Color link_color() const { return m_link_color; }
void set_link_color(Color);