X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebCore%2Fpage%2FChromeClient.h;h=9b01a211996883a62c3342b56de0d8494d14c893;hb=093248aa99ddbce54d94191190dc0d068ec786b9;hp=7775f0b105a9d37266e8863b96af2cad8180662d;hpb=1636b9db6646c0e467438cd67065a13ed747fabd;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/Source/WebCore/page/ChromeClient.h b/Source/WebCore/page/ChromeClient.h index 7775f0b..9b01a21 100755 --- a/Source/WebCore/page/ChromeClient.h +++ b/Source/WebCore/page/ChromeClient.h @@ -188,10 +188,6 @@ namespace WebCore { virtual void dispatchViewportPropertiesDidChange(const ViewportArguments&) const { } -#if ENABLE(TIZEN_VIEWPORT_META_TAG) - virtual bool canContentsSizeChange(Frame*, const IntSize&) const = 0; -#endif - virtual void contentsSizeChanged(Frame*, const IntSize&) const = 0; virtual void layoutUpdated(Frame*) const { } virtual void scrollRectIntoView(const IntRect&) const { }; // Currently only Mac has a non empty implementation.