Revert "Fix the problem that the screen of the application does not rotation automati...
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / PageClientImpl.h
index 2d09a97..311fc18 100755 (executable)
@@ -207,9 +207,6 @@ public:
 
 
 #if ENABLE(TIZEN_WEBKIT2_VIEW_VISIBILITY)
-    void setDeferUpdateViewportSize(bool b) { m_deferUpdateViewportSize = b; }
-    bool deferUpdateViewportSize() const { return m_deferUpdateViewportSize; }
-    bool isVisible() const { return m_isVisible; }
     void setIsVisible(bool isVisible);
 #endif
 
@@ -455,7 +452,6 @@ protected:
     bool m_suspendResource;
     bool m_suspendRequested;
     bool m_isVisible;
-    bool m_deferUpdateViewportSize;
 
     bool m_isScrollableLayerFocused;
     bool m_isScrollableNodeFocused;