Sync onorientationchange and onresize event
[framework/web/webkit-efl.git] / Source / WebKit2 / WebProcess / WebPage / WebPage.h
index 1f3c89a..e611d49 100755 (executable)
@@ -1236,6 +1236,10 @@ private:
     Vector<OwnPtr<KeyPressCommand> > m_keyPressCommands;
     bool m_recalcFilterEvent;
 #endif
+
+#if ENABLE(TIZEN_ORIENTATION_EVENTS)
+    int m_newOrientation;
+#endif
 };
 
 #if ENABLE(TIZEN_NATIVE_MEMORY_SNAPSHOT)