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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutPart.h

Issue 2764313002: Move plugins to be stored in HTMLPlugInElement. (Closed)
Patch Set: 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/layout/LayoutPart.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.h b/third_party/WebKit/Source/core/layout/LayoutPart.h
index 9a48047a851ef5106d944bbd28ebec283a809463..244cdc7dbe4ccbc4e039502947158bc3d244831e 100644
--- a/third_party/WebKit/Source/core/layout/LayoutPart.h
+++ b/third_party/WebKit/Source/core/layout/LayoutPart.h
@@ -25,6 +25,7 @@
#include "core/CoreExport.h"
#include "core/layout/LayoutReplaced.h"
+#include "core/plugins/PluginView.h"
#include "platform/FrameViewBase.h"
namespace blink {
@@ -49,6 +50,7 @@ class CORE_EXPORT LayoutPart : public LayoutReplaced {
void deref();
FrameViewBase* frameViewBase() const;
+ PluginView* plugin() const;
LayoutRect replacedContentRect() const final;

Powered by Google App Engine
This is Rietveld 408576698