summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2009-06-24 13:39:19 -0400
committerMike Reed <reed@google.com>2009-06-24 16:41:52 -0400
commit60feb0579c2d9cafa9d48b8d01ccdb7d1173d54d (patch)
treebaab42d8271d7c13e9f502dabaaec89870eca00f /WebKit/android/plugins
parent88cd03d406af27608137117016ebbbbeb7929403 (diff)
downloadexternal_webkit-60feb0579c2d9cafa9d48b8d01ccdb7d1173d54d.zip
external_webkit-60feb0579c2d9cafa9d48b8d01ccdb7d1173d54d.tar.gz
external_webkit-60feb0579c2d9cafa9d48b8d01ccdb7d1173d54d.tar.bz2
add zoom field to visibleRect event
Diffstat (limited to 'WebKit/android/plugins')
-rw-r--r--WebKit/android/plugins/android_npapi.h6
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;