| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index efc69d1805fef3ff12e3cee4af5f3c3c0fb1e527..b1c2c8a854c58b3ee54e4c99ef06808fe1092b91 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -1235,6 +1235,10 @@ void FrameView::adjustMediaTypeForPrinting(bool printing)
|
|
|
| bool FrameView::useSlowRepaints(bool considerOverlap) const
|
| {
|
| + // FIXME: It is incorrect to determine blit-scrolling eligibility using dirty compositing state.
|
| + // https://code.google.com/p/chromium/issues/detail?id=357345
|
| + DisableCompositingQueryAsserts disabler;
|
| +
|
| if (m_slowRepaintObjectCount > 0)
|
| return true;
|
|
|
|
|