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

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

Issue 322163003: Rename AncestorDependentProperties to CompositingInputs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moar renaming Created 6 years, 6 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 | « Source/core/dom/Element.cpp ('k') | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index 25df3f4a2cbd9a6e03feb66e515c409d42c2eab4..11e0bf1ae5960a304dd7e92fb8879a3c57c47b34 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -1682,7 +1682,7 @@ void FrameView::updateLayersAndCompositingAfterScrollIfNeeded()
updateWidgetPositions();
if (RenderView* renderView = this->renderView()) {
renderView->layer()->updateLayerPositionsAfterDocumentScroll();
- renderView->layer()->setNeedsToUpdateAncestorDependentProperties();
+ renderView->layer()->setNeedsCompositingInputsUpdate();
renderView->compositor()->setNeedsCompositingUpdate(CompositingUpdateAfterCompositingInputChange);
}
}
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698