Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: Source/WebKit/chromium/src/WebViewImpl.cpp

Issue 14741004: NOT FOR REVIEW - Update comp-scrolling state at a well defined point in the pipeline. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698