diff options
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index 188e39f037..3667a22d4e 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -8,6 +8,7 @@ struct NewstoryListData; class NSWebPage : public windows_container
{
NewstoryListData &ctrl;
+ cairo_images_cache m_images;
cairo_surface_t *get_image(const std::string &url) override;
@@ -20,6 +21,8 @@ class NSWebPage : public windows_container void set_clip(const litehtml::position &pos, const litehtml::border_radiuses &bdr_radius) override;
void set_cursor(const char *cursor) override;
+ void on_image_loaded(const wchar_t *file, const wchar_t *url, bool redraw_only);
+
public:
NSWebPage(NewstoryListData &_1) :
ctrl(_1)
|