OSDN Git Service

Merge WebKit at r78450: Initial merge by git.
[android-x86/external-webkit.git] / Source / WebKit / wince / WebCoreSupport / ChromeClientWinCE.cpp
index 659d246..3430c66 100644 (file)
@@ -370,11 +370,6 @@ void ChromeClientWinCE::formStateDidChange(const Node*)
     notImplemented();
 }
 
-PassOwnPtr<HTMLParserQuirks> ChromeClientWinCE::createHTMLParserQuirks()
-{
-    return 0;
-}
-
 void ChromeClientWinCE::requestGeolocationPermissionForFrame(Frame*, Geolocation*)
 {
     notImplemented();
@@ -390,6 +385,11 @@ bool ChromeClientWinCE::selectItemWritingDirectionIsNatural()
     return false;
 }
 
+bool ChromeClientWinCE::selectItemAlignmentFollowsMenuWritingDirection()
+{
+    return false;
+}
+
 PassRefPtr<PopupMenu> ChromeClientWinCE::createPopupMenu(PopupMenuClient* client) const
 {
     return adoptRef(new PopupMenuWin(client));