Chromium Code Reviews| 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(); |