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

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, 9 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..2cba48211327f4f1ba2ddfe0b3913262482c0f17 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->setNeedsUpdateGeometries();
}
static PaintLayer* enclosingLayerForContainingBlock(PaintLayer* layer) {

Powered by Google App Engine
This is Rietveld 408576698