OSDN Git Service

Temporary revert the new android_npapi. Waiting for
authorGrace Kloba <klobag@google.com>
Sat, 13 Mar 2010 02:45:47 +0000 (18:45 -0800)
committerGrace Kloba <klobag@google.com>
Sat, 13 Mar 2010 02:45:47 +0000 (18:45 -0800)
the new apk from Adobe.

WebKit/android/plugins/ANPWindowInterface.cpp
WebKit/android/plugins/android_npapi.h

index 0a31ed3..6f11a73 100644 (file)
@@ -85,5 +85,5 @@ void ANPWindowInterfaceV0_Init(ANPInterface* value) {
     ASSIGN(i, showKeyboard);
     ASSIGN(i, requestFullScreen);
     ASSIGN(i, exitFullScreen);
-    ASSIGN(i, requestCenterFitZoom);
+//    ASSIGN(i, requestCenterFitZoom);
 }
index b4974f4..758a8fd 100644 (file)
@@ -668,7 +668,7 @@ struct ANPWindowInterfaceV0 : ANPInterface {
     void    (*exitFullScreen)(NPP instance);
     /** Called when a plugin wishes to be zoomed and centered in the current view.
      */
-    void    (*requestCenterFitZoom)(NPP instance);
+//    void    (*requestCenterFitZoom)(NPP instance);
 };
 
 ///////////////////////////////////////////////////////////////////////////////