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

Unified Diff: Source/web/WebViewImpl.cpp

Issue 261143003: Change default force composite setting to true (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: With FIXMEs Created 6 years, 7 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/web/WebViewImpl.cpp
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
index 4ba3f0cac83701f6a1535202b38c4d5ba6022374..887aeeda1d3e7e005443cc1ad6a279d769be0bef 100644
--- a/Source/web/WebViewImpl.cpp
+++ b/Source/web/WebViewImpl.cpp
@@ -1722,6 +1722,8 @@ void WebViewImpl::animate(double monotonicFrameBeginTime)
void WebViewImpl::layout()
{
TRACE_EVENT0("webkit", "WebViewImpl::layout");
+ // FIXME: This shouldn't be necessary to kick pages into compositing mode.
esprehn 2014/05/14 20:32:02 Can you file a bug or add a better description?
enne (OOO) 2014/05/14 20:42:20 Done.
+ enterForceCompositingMode(true);
PageWidgetDelegate::layout(m_page.get());
updateLayerTreeBackgroundColor();

Powered by Google App Engine
This is Rietveld 408576698