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

Unified Diff: third_party/WebKit/Source/core/html/PluginDocument.h

Issue 2759063002: Remove most of Widget (FrameViewBase) class from HTMLPlugInElement. (Closed)
Patch Set: Fix shouldAccelerate 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/html/PluginDocument.h
diff --git a/third_party/WebKit/Source/core/html/PluginDocument.h b/third_party/WebKit/Source/core/html/PluginDocument.h
index 4f409f4a6570eb03878d921c3bc41099d58f328e..94d3ec56d4ea371cd1fa1c54f456d10718d0634c 100644
--- a/third_party/WebKit/Source/core/html/PluginDocument.h
+++ b/third_party/WebKit/Source/core/html/PluginDocument.h
@@ -31,7 +31,7 @@
namespace blink {
class Node;
-class FrameViewBase;
+class PluginView;
class CORE_EXPORT PluginDocument final : public HTMLDocument {
public:
@@ -42,7 +42,7 @@ class CORE_EXPORT PluginDocument final : public HTMLDocument {
void setPluginNode(Node* pluginNode) { m_pluginNode = pluginNode; }
- FrameViewBase* pluginWidget();
+ PluginView* pluginView();
Node* pluginNode();
void shutdown() override;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp ('k') | third_party/WebKit/Source/core/html/PluginDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698