Index: Source/core/page/Page.cpp |
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp |
index eb0883dea89b2fe6b8e157587a0fc3a778f1cc25..e956d5695eb5579a9e5e38f8c4dc359d9d1e8081 100644 |
--- a/Source/core/page/Page.cpp |
+++ b/Source/core/page/Page.cpp |
@@ -166,7 +166,7 @@ ViewportDescription Page::viewportDescription() const |
ScrollingCoordinator* Page::scrollingCoordinator() |
{ |
- if (!m_scrollingCoordinator && m_settings->scrollingCoordinatorEnabled()) |
+ if (!m_scrollingCoordinator && m_settings->acceleratedCompositingEnabled()) |
jamesr
2014/06/11 21:44:10
isn't the bit after the && always true?
|
m_scrollingCoordinator = ScrollingCoordinator::create(this); |
return m_scrollingCoordinator.get(); |