Title: [164034] trunk/Source/WebCore
Revision
164034
Author
[email protected]
Date
2014-02-13 10:06:12 -0800 (Thu, 13 Feb 2014)

Log Message

Remove the last remnants of Maemo support
https://bugs.webkit.org/show_bug.cgi?id=85238

Patch by Adrian Bunk <[email protected]> on 2014-02-13
Reviewed by Ryosuke Niwa.

* plugins/npapi.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (164033 => 164034)


--- trunk/Source/WebCore/ChangeLog	2014-02-13 18:05:11 UTC (rev 164033)
+++ trunk/Source/WebCore/ChangeLog	2014-02-13 18:06:12 UTC (rev 164034)
@@ -1,3 +1,12 @@
+2014-02-13  Adrian Bunk  <[email protected]>
+
+        Remove the last remnants of Maemo support
+        https://bugs.webkit.org/show_bug.cgi?id=85238
+
+        Reviewed by Ryosuke Niwa.
+
+        * plugins/npapi.h:
+
 2014-02-13  ChangSeok Oh  <[email protected]>
 
         Support ANGLE_instanced_arrays for GLES backend.

Modified: trunk/Source/WebCore/plugins/npapi.h (164033 => 164034)


--- trunk/Source/WebCore/plugins/npapi.h	2014-02-13 18:05:11 UTC (rev 164033)
+++ trunk/Source/WebCore/plugins/npapi.h	2014-02-13 18:06:12 UTC (rev 164034)
@@ -379,9 +379,6 @@
   , NPPVpluginCoreAnimationLayer = 1003
 #endif
 
-#if defined(MOZ_PLATFORM_MAEMO) && (MOZ_PLATFORM_MAEMO >= 5)
-  , NPPVpluginWindowlessLocalBool = 2002
-#endif
 } NPPVariable;
 
 /*
@@ -432,9 +429,6 @@
   , NPNVsupportsCompositingCoreAnimationPluginsBool = 74656 /* TRUE if the browser supports
                                                                CA model compositing */
 #endif /* XP_MACOSX */
-#if defined(MOZ_PLATFORM_MAEMO) && (MOZ_PLATFORM_MAEMO >= 5)
-  , NPNVSupportsWindowlessLocal = 2002
-#endif
 } NPNVariable;
 
 typedef enum {
@@ -475,22 +469,6 @@
   NPWindowType type; /* Is this a window or a drawable? */
 } NPWindow;
 
-typedef struct _NPImageExpose
-{
-  char*    data;       /* image pointer */
-  int32_t  stride;     /* Stride of data image pointer */
-  int32_t  depth;      /* Depth of image pointer */
-  int32_t  x;          /* Expose x */
-  int32_t  y;          /* Expose y */
-  uint32_t width;      /* Expose width */
-  uint32_t height;     /* Expose height */
-  NPSize   dataSize;   /* Data buffer size */
-  float    translateX; /* translate X matrix value */
-  float    translateY; /* translate Y matrix value */
-  float    scaleX;     /* scale X matrix value */
-  float    scaleY;     /* scale Y matrix value */
-} NPImageExpose;
-
 typedef struct _NPFullPrint
 {
   NPBool pluginPrinted;/* Set TRUE if plugin handled fullscreen printing */
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to