Changeset 164034 in webkit


Ignore:
Timestamp:
Feb 13, 2014 10:06:12 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Adrian Bunk <bunk@stusta.de> on 2014-02-13
Reviewed by Ryosuke Niwa.

  • plugins/npapi.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r164026 r164034  
     12014-02-13  Adrian Bunk  <bunk@stusta.de>
     2
     3        Remove the last remnants of Maemo support
     4        https://bugs.webkit.org/show_bug.cgi?id=85238
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * plugins/npapi.h:
     9
    1102014-02-13  ChangSeok Oh  <changseok.oh@collabora.com>
    211
  • trunk/Source/WebCore/plugins/npapi.h

    r159869 r164034  
    380380#endif
    381381
    382 #if defined(MOZ_PLATFORM_MAEMO) && (MOZ_PLATFORM_MAEMO >= 5)
    383   , NPPVpluginWindowlessLocalBool = 2002
    384 #endif
    385382} NPPVariable;
    386383
     
    433430                                                               CA model compositing */
    434431#endif /* XP_MACOSX */
    435 #if defined(MOZ_PLATFORM_MAEMO) && (MOZ_PLATFORM_MAEMO >= 5)
    436   , NPNVSupportsWindowlessLocal = 2002
    437 #endif
    438432} NPNVariable;
    439433
     
    475469  NPWindowType type; /* Is this a window or a drawable? */
    476470} NPWindow;
    477 
    478 typedef struct _NPImageExpose
    479 {
    480   char*    data;       /* image pointer */
    481   int32_t  stride;     /* Stride of data image pointer */
    482   int32_t  depth;      /* Depth of image pointer */
    483   int32_t  x;          /* Expose x */
    484   int32_t  y;          /* Expose y */
    485   uint32_t width;      /* Expose width */
    486   uint32_t height;     /* Expose height */
    487   NPSize   dataSize;   /* Data buffer size */
    488   float    translateX; /* translate X matrix value */
    489   float    translateY; /* translate Y matrix value */
    490   float    scaleX;     /* scale X matrix value */
    491   float    scaleY;     /* scale Y matrix value */
    492 } NPImageExpose;
    493471
    494472typedef struct _NPFullPrint
Note: See TracChangeset for help on using the changeset viewer.