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

Unified Diff: third_party/WebKit/Source/core/plugins/PluginView.h

Issue 2871453002: Delete widget tree (FrameView::parent_) (Closed)
Patch Set: Remove deferred state Created 3 years, 7 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/plugins/PluginView.h
diff --git a/third_party/WebKit/Source/core/plugins/PluginView.h b/third_party/WebKit/Source/core/plugins/PluginView.h
index aa57ca011d3dd3e8d397d6396fd4a8f118c75010..d80bb958b0932e3fe524c186c5aa0c865abad40e 100644
--- a/third_party/WebKit/Source/core/plugins/PluginView.h
+++ b/third_party/WebKit/Source/core/plugins/PluginView.h
@@ -54,6 +54,8 @@ class CORE_EXPORT PluginView : public FrameOrPlugin {
virtual void SetParent(FrameView*) = 0;
virtual FrameView* Parent() const = 0;
+ virtual void SetFrameOrPluginState(FrameOrPluginState) = 0;
+ virtual FrameOrPluginState GetFrameOrPluginState() const = 0;
virtual void SetParentVisible(bool) = 0;
virtual void SetFocused(bool, WebFocusType) = 0;
virtual void FrameRectsChanged() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp ('k') | third_party/WebKit/Source/web/WebPluginContainerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698