Remove work-around patch for naver
[framework/web/webkit-efl.git] / Source / WebCore / loader / EmptyClients.h
index 5fdf20e..eb85774 100755 (executable)
@@ -169,11 +169,6 @@ public:
     virtual PlatformPageClient platformPageClient() const { return 0; }
     virtual void contentsSizeChanged(Frame*, const IntSize&) const { }
 
-#if ENABLE(TIZEN_VIEWPORT_META_TAG)
-    virtual bool canContentsSizeChange(Frame*, const IntSize&) const { return true; }
-#endif
-
-
     virtual void scrollbarsModeDidChange() const { }
     virtual void mouseDidMoveOverElement(const HitTestResult&, unsigned) { }