use white gutter color and paint damage rects over when paint starts in software osr

This commit is contained in:
Heilig Benedek 2017-04-13 01:30:46 +02:00
parent 3b94d268eb
commit f03dccadb3
2 changed files with 20 additions and 3 deletions

View file

@ -722,7 +722,7 @@ SkColor OffScreenRenderWidgetHostView::DelegatedFrameHostGetGutterColor(
SkColor color) const {
if (render_widget_host_->delegate() &&
render_widget_host_->delegate()->IsFullscreenForCurrentTab()) {
return SK_ColorBLACK;
return SK_ColorWHITE;
}
return color;
}