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

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

Issue 2737883002: Rename LayoutPart::widget to LayoutPart::frameViewBase (Closed)
Patch Set: Rename LayoutPart::widget to LayoutPart::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/EmbeddedObjectPaintInvalidator.cpp
diff --git a/third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.cpp
index fadf49eee0f4fa72b4d41d14fee9107fba8d64cc..4aa26d6277face07cd9a2f033cb1ae5a0682a99f 100644
--- a/third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.cpp
+++ b/third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.cpp
@@ -16,7 +16,7 @@ EmbeddedObjectPaintInvalidator::invalidatePaintIfNeeded() {
BoxPaintInvalidator(m_embeddedObject, m_context)
.invalidatePaintIfNeeded();
- FrameViewBase* frameViewBase = m_embeddedObject.widget();
+ FrameViewBase* frameViewBase = m_embeddedObject.frameViewBase();
if (frameViewBase && frameViewBase->isPluginView())
toPluginView(frameViewBase)->invalidatePaintIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698