mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix bug in WebWidgetHost::DidInvalidateRect().
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@211 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -198,6 +198,7 @@ void WebWidgetHost::DidInvalidateRect(const gfx::Rect& damaged_rect) {
|
|||||||
paint_rect_ = paint_rect_.Union(scroll_rect_);
|
paint_rect_ = paint_rect_.Union(scroll_rect_);
|
||||||
ResetScrollRect();
|
ResetScrollRect();
|
||||||
}
|
}
|
||||||
|
paint_rect_ = paint_rect_.Union(damaged_rect);
|
||||||
|
|
||||||
InvalidateRect(gfx::Rect(damaged_rect));
|
InvalidateRect(gfx::Rect(damaged_rect));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user