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

Unified Diff: Source/core/rendering/compositing/CompositingReasonFinder.cpp

Issue 316513002: Various cleanups to compositing code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
« no previous file with comments | « no previous file | Source/core/rendering/compositing/RenderLayerCompositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/compositing/CompositingReasonFinder.cpp
diff --git a/Source/core/rendering/compositing/CompositingReasonFinder.cpp b/Source/core/rendering/compositing/CompositingReasonFinder.cpp
index b73b72f5fd7e9f238a10a18dab94152a2b853b49..37a3458487cb4d6337cce40626f43963d4ef6c0e 100644
--- a/Source/core/rendering/compositing/CompositingReasonFinder.cpp
+++ b/Source/core/rendering/compositing/CompositingReasonFinder.cpp
@@ -92,8 +92,7 @@ bool CompositingReasonFinder::requiresCompositingForScrollableFrame() const
if (!(m_compositingTriggers & ScrollableInnerFrameTrigger))
return false;
- FrameView* frameView = m_renderView.frameView();
- return frameView->isScrollable();
+ return m_renderView.frameView()->isScrollable();
}
CompositingReasons CompositingReasonFinder::styleDeterminedReasons(RenderObject* renderer) const
« no previous file with comments | « no previous file | Source/core/rendering/compositing/RenderLayerCompositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698