|
@@ -202,7 +202,7 @@ public:
|
|
Gfx::IntSize size() const { return m_rect.size(); }
|
|
Gfx::IntSize size() const { return m_rect.size(); }
|
|
|
|
|
|
void invalidate(bool with_frame = true, bool re_render_frame = false);
|
|
void invalidate(bool with_frame = true, bool re_render_frame = false);
|
|
- void invalidate(const Gfx::IntRect&, bool with_frame = false);
|
|
|
|
|
|
+ void invalidate(Gfx::IntRect const&);
|
|
void invalidate_menubar();
|
|
void invalidate_menubar();
|
|
bool invalidate_no_notify(const Gfx::IntRect& rect, bool with_frame = false);
|
|
bool invalidate_no_notify(const Gfx::IntRect& rect, bool with_frame = false);
|
|
void invalidate_last_rendered_screen_rects();
|
|
void invalidate_last_rendered_screen_rects();
|