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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 338993003: Cleanup various WebView/WebFrame APIs to properly handle remote frames. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unneeded header. 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
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 1ae010cd2e9695a5828ac9adf9761c043338920b..7b3202172b62e81a2f685ff1bff6f1377038953f 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -103,11 +103,6 @@ public:
virtual bool hasVerticalScrollbar() const OVERRIDE;
virtual WebView* view() const OVERRIDE;
virtual void setOpener(WebFrame*) OVERRIDE;
- virtual void appendChild(WebFrame*) OVERRIDE;
- virtual void removeChild(WebFrame*) OVERRIDE;
- virtual WebFrame* traversePrevious(bool wrap) const OVERRIDE;
- virtual WebFrame* traverseNext(bool wrap) const OVERRIDE;
- virtual WebFrame* findChildByName(const WebString&) const OVERRIDE;
virtual WebDocument document() const OVERRIDE;
virtual WebPerformance performance() const OVERRIDE;
virtual bool dispatchBeforeUnloadEvent() OVERRIDE;
@@ -248,6 +243,7 @@ public:
void createFrameView();
static WebLocalFrameImpl* fromFrame(WebCore::LocalFrame*);
+ static WebLocalFrameImpl* fromFrame(WebCore::LocalFrame&);
static WebLocalFrameImpl* fromFrameOwnerElement(WebCore::Element*);
// If the frame hosts a PluginDocument, this method returns the WebPluginContainerImpl

Powered by Google App Engine
This is Rietveld 408576698