From 1c7e1d1ea3bcd169a6323fe04dc9fdf8e78e035f Mon Sep 17 00:00:00 2001 From: Bart Sears Date: Mon, 15 Mar 2010 15:50:21 -0700 Subject: Putting Grace's change back in now that we have the new apk from Adobe. Revert "Temporary revert the new android_npapi. Waiting for" This reverts commit 31ba9c5b345211c7c89d08a762c09582a3975738. --- WebKit/android/plugins/ANPWindowInterface.cpp | 2 +- WebKit/android/plugins/android_npapi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'WebKit/android') diff --git a/WebKit/android/plugins/ANPWindowInterface.cpp b/WebKit/android/plugins/ANPWindowInterface.cpp index 6f11a73..0a31ed3 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 758a8fd..b4974f4 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); }; /////////////////////////////////////////////////////////////////////////////// -- cgit v1.1