summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins/android_npapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/plugins/android_npapi.h')
-rw-r--r--WebKit/android/plugins/android_npapi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebKit/android/plugins/android_npapi.h b/WebKit/android/plugins/android_npapi.h
index 2d86b9c..cfea681 100644
--- a/WebKit/android/plugins/android_npapi.h
+++ b/WebKit/android/plugins/android_npapi.h
@@ -765,7 +765,7 @@ enum ANPSurfaceActions {
lock/unlock before this action will fail.
*/
kCreated_ANPSurfaceAction = 0,
- /** The surface has changed format or dimensions.
+ /** The surface's dimension has changed.
*/
kChanged_ANPSurfaceAction = 1,
/** The surface has been destroyed. This happens when the view system has
@@ -829,7 +829,6 @@ struct ANPEvent {
this struct is undefined.
*/
struct {
- int32_t format;
int32_t width;
int32_t height;
} changed;