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

Unified Diff: Source/core/frame/Frame.h

Issue 343593002: Include HTMLFrameOwnerElement.h in fewer headers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/core/editing/RemoveFormatCommand.cpp ('k') | Source/core/frame/Frame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Frame.h
diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
index fcde271a927b92cae444480426825f439189f68a..3727aa32a97345c082b3aa426d3163f9fa77083c 100644
--- a/Source/core/frame/Frame.h
+++ b/Source/core/frame/Frame.h
@@ -28,7 +28,6 @@
#ifndef Frame_h
#define Frame_h
-#include "core/html/HTMLFrameOwnerElement.h"
#include "core/page/FrameTree.h"
#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
@@ -41,12 +40,13 @@ class WebLayer;
namespace WebCore {
-class DOMWindow;
class ChromeClient;
+class DOMWindow;
class FrameClient;
class FrameDestructionObserver;
class FrameHost;
class FrameOwner;
+class HTMLFrameOwnerElement;
class Page;
class RenderPart;
class Settings;
@@ -139,11 +139,6 @@ inline FrameOwner* Frame::owner() const
return m_owner;
}
-inline HTMLFrameOwnerElement* Frame::deprecatedLocalOwner() const
-{
- return m_owner && m_owner->isLocal() ? toHTMLFrameOwnerElement(m_owner) : 0;
-}
-
inline FrameTree& Frame::tree() const
{
return m_treeNode;
« no previous file with comments | « Source/core/editing/RemoveFormatCommand.cpp ('k') | Source/core/frame/Frame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698