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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayer.cpp

Issue 2727913005: Rename FrameView fields and methods *Widget* to ...FrameViewBase... (Closed)
Patch Set: Rename FrameView fields and methods *Widget* to ...FrameViewBase... Created 3 years, 10 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: third_party/WebKit/Source/core/paint/PaintLayer.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
index ec9a1f44e5a2daeadd5c3321c54722094c5db494..fbc642ed4a13edbe1c2805bcfc23e26f59a6f298 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
@@ -420,7 +420,7 @@ void PaintLayer::updateTransform(const ComputedStyle* oldStyle,
markAncestorChainForDescendantDependentFlagsUpdate();
if (FrameView* frameView = layoutObject().document().view())
- frameView->setNeedsUpdateWidgetGeometries();
+ frameView->setNeedsUpdateFrameViewBaseGeometries();
}
static PaintLayer* enclosingLayerForContainingBlock(PaintLayer* layer) {

Powered by Google App Engine
This is Rietveld 408576698