diff options
Diffstat (limited to 'WebKit/android/plugins')
| -rw-r--r-- | WebKit/android/plugins/android_npapi.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/WebKit/android/plugins/android_npapi.h b/WebKit/android/plugins/android_npapi.h index 7b703c0..b5f5783 100644 --- a/WebKit/android/plugins/android_npapi.h +++ b/WebKit/android/plugins/android_npapi.h @@ -773,10 +773,8 @@ struct ANPEvent { } data; } draw; struct { - int32_t x; // relative to the document - int32_t y; // relative to the document - int32_t width; - int32_t height; + ANPRectI rect; // in global document coordinates + float zoomScale; // 1.0 means no zoom scale } visibleRect; int32_t other[8]; } data; |
