Pagination: Do not paint the baseBackgroundColor if asked to skipRootBackground.
https://bugs.webkit.org/show_bug.cgi?id=118933

Reviewed by Simon Fraser.

Captions rendered through TextTrackRepresentation are rendered with a background
color when in paginated views. Do not fill the paint area with the
baseBackgroundColor when the paint flags include SkipRootBackground.

* rendering/RenderView.cpp:
(WebCore::RenderView::paint):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@152943 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2 files changed