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

Unified Diff: Source/core/frame/FrameView.cpp

Issue 480803002: Merge CompositedScrollingForFrames into PreferCompositingToLCDText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index e2b9d862e0298ef8b70ba9cdec69dd557b7497b5..0050490fac93682abca0ce862b18eb53473cb280 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -620,7 +620,7 @@ bool FrameView::usesCompositedScrolling() const
RenderView* renderView = this->renderView();
if (!renderView)
return false;
- if (m_frame->settings() && m_frame->settings()->compositedScrollingForFramesEnabled())
+ if (m_frame->settings() && m_frame->settings()->preferCompositingToLCDTextEnabled())
return renderView->compositor()->inCompositingMode();
return false;
}
« no previous file with comments | « LayoutTests/compositing/iframes/iframe-composited-scrolling-hide-and-show.html ('k') | Source/core/frame/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698