From: Grace Kloba Date: Sat, 13 Mar 2010 02:45:47 +0000 (-0800) Subject: Temporary revert the new android_npapi. Waiting for X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=31ba9c5b345211c7c89d08a762c09582a3975738;p=android-x86%2Fexternal-webkit.git Temporary revert the new android_npapi. Waiting for the new apk from Adobe. --- diff --git a/WebKit/android/plugins/ANPWindowInterface.cpp b/WebKit/android/plugins/ANPWindowInterface.cpp index 0a31ed30a..6f11a7364 100644 --- a/WebKit/android/plugins/ANPWindowInterface.cpp +++ b/WebKit/android/plugins/ANPWindowInterface.cpp @@ -85,5 +85,5 @@ void ANPWindowInterfaceV0_Init(ANPInterface* value) { ASSIGN(i, showKeyboard); ASSIGN(i, requestFullScreen); ASSIGN(i, exitFullScreen); - ASSIGN(i, requestCenterFitZoom); +// ASSIGN(i, requestCenterFitZoom); } diff --git a/WebKit/android/plugins/android_npapi.h b/WebKit/android/plugins/android_npapi.h index b4974f438..758a8fd5e 100644 --- a/WebKit/android/plugins/android_npapi.h +++ b/WebKit/android/plugins/android_npapi.h @@ -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); }; ///////////////////////////////////////////////////////////////////////////////