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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp

Issue 2764313002: Move plugins to be stored in HTMLPlugInElement. (Closed)
Patch Set: Update comments about duplicating code Created 3 years, 8 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/layout/LayoutEmbeddedObject.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
index c5b3b315221c31ecf67e689a596ba87c22b0587c..27aaa731ba0a0f7256bcd1791c872e1bc42d34d7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
@@ -135,7 +135,7 @@ void LayoutEmbeddedObject::layout() {
updateLayerTransformAfterLayout();
- FrameViewBase* frameViewBase = this->frameViewBase();
+ FrameViewBase* frameViewBase = this->pluginOrFrame();
if (!frameViewBase && frameView())
frameView()->addPartToUpdate(*this);

Powered by Google App Engine
This is Rietveld 408576698