From 51a0bb591440055191f7dd5ca1077238369b57bd Mon Sep 17 00:00:00 2001 From: "stuartmorgan@chromium.org" Date: Thu, 3 Jun 2010 21:34:06 +0000 Subject: Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac plugins BUG=38982 TEST=None (no plugins use it yet) Review URL: http://codereview.chromium.org/2561005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48877 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/npapi/bindings/npapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'third_party/npapi') diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h index 2f4c755..6878dc8 100644 --- a/third_party/npapi/bindings/npapi.h +++ b/third_party/npapi/bindings/npapi.h @@ -312,7 +312,8 @@ typedef enum { #endif NPDrawingModelCoreGraphics = 1, NPDrawingModelOpenGL = 2, - NPDrawingModelCoreAnimation = 3 + NPDrawingModelCoreAnimation = 3, + NPDrawingModelInvalidatingCoreAnimation = 4 } NPDrawingModel; typedef enum { @@ -447,6 +448,7 @@ typedef enum { , NPNVsupportsCoreGraphicsBool = 2001 , NPNVsupportsOpenGLBool = 2002 , NPNVsupportsCoreAnimationBool = 2003 + , NPNVsupportsInvalidatingCoreAnimationBool = 2004 #ifndef NP_NO_CARBON , NPNVsupportsCarbonBool = 3000 /* TRUE if the browser supports the Carbon event model */ #endif -- cgit v1.1