| Index: Source/WebKit/chromium/src/WebViewImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| index 1834624a88b629c913abcf8af48d6d768bbb87be..49644287272bdc1f97db9ab7ca79f14c51878123 100644
|
| --- a/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| @@ -3974,7 +3974,7 @@ void WebViewImpl::paintRootLayer(GraphicsContext& context, const IntRect& conten
|
| // The background color should have been set already in order to show up with the correct color in the compositor
|
| // frame being painted currently. This verifies the view's background color was not changed without calling
|
| // setBackgroundColor() before this paint phase happened.
|
| - ASSERT(m_nonCompositedContentHost->backgroundColor() == view->documentBackgroundColor());
|
| + //ASSERT(m_nonCompositedContentHost->backgroundColor() == view->documentBackgroundColor());
|
| }
|
|
|
| void WebViewImpl::setIsAcceleratedCompositingActive(bool active)
|
|
|