summaryrefslogtreecommitdiffstats
path: root/WebKit/wx/WebFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/wx/WebFrame.h')
-rw-r--r--WebKit/wx/WebFrame.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/WebKit/wx/WebFrame.h b/WebKit/wx/WebFrame.h
index 9bf21cd..bd4bdb0 100644
--- a/WebKit/wx/WebFrame.h
+++ b/WebKit/wx/WebFrame.h
@@ -146,21 +146,19 @@ public:
void ResetTextSize();
void MakeEditable(bool enable);
bool IsEditable() const { return m_isEditable; }
-
- wxString GetPageTitle() const { return m_title; }
- void SetPageTitle(const wxString& title) { m_title = title; }
WebCore::Frame* GetFrame();
wxWebViewDOMElementInfo HitTest(const wxPoint& post) const;
+ bool ShouldClose() const;
+
private:
float m_textMagnifier;
bool m_isEditable;
bool m_isInitialized;
bool m_beingDestroyed;
WebFramePrivate* m_impl;
- wxString m_title;
};