diff options
author | Grace Kloba <klobag@google.com> | 2010-03-12 18:45:47 -0800 |
---|---|---|
committer | Grace Kloba <klobag@google.com> | 2010-03-12 18:45:47 -0800 |
commit | 31ba9c5b345211c7c89d08a762c09582a3975738 (patch) | |
tree | 1cc296a46379427d878c851ea0f7ba1fdc497127 /WebKit/android/plugins/android_npapi.h | |
parent | 639bb38b20faf62d88712bc1a1bdf91897d15ee0 (diff) | |
download | external_webkit-31ba9c5b345211c7c89d08a762c09582a3975738.zip external_webkit-31ba9c5b345211c7c89d08a762c09582a3975738.tar.gz external_webkit-31ba9c5b345211c7c89d08a762c09582a3975738.tar.bz2 |
Temporary revert the new android_npapi. Waiting for
the new apk from Adobe.
Diffstat (limited to 'WebKit/android/plugins/android_npapi.h')
-rw-r--r-- | WebKit/android/plugins/android_npapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/plugins/android_npapi.h b/WebKit/android/plugins/android_npapi.h index b4974f4..758a8fd 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); }; /////////////////////////////////////////////////////////////////////////////// |