Changeset 109919 in webkit


Ignore:
Timestamp:
Mar 6, 2012 7:50:04 AM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Upstream typedef of NativeImageSourcePtr and NativeImagePtr
https://bugs.webkit.org/show_bug.cgi?id=80388

Reviewed by Antonio Gomes.

These are the BlackBerry typdefs of NativeImageSourcePtr and NativeImagePtr.

  • platform/graphics/ImageSource.h:

(WebCore):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r109916 r109919  
     12012-03-06  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Upstream typedef of NativeImageSourcePtr and NativeImagePtr
     4        https://bugs.webkit.org/show_bug.cgi?id=80388
     5
     6        Reviewed by Antonio Gomes.
     7
     8        These are the BlackBerry typdefs of NativeImageSourcePtr and NativeImagePtr.
     9
     10        * platform/graphics/ImageSource.h:
     11        (WebCore):
     12
    1132012-03-06  Hans Muller  <hmuller@adobe.com>
    214
  • trunk/Source/WebCore/platform/graphics/ImageSource.h

    r98657 r109919  
    9393#elif OS(WINCE)
    9494typedef RefPtr<SharedBitmap> NativeImagePtr;
     95#elif PLATFORM(BLACKBERRY)
     96class ImageDecoder;
     97typedef ImageDecoder* NativeImageSourcePtr;
     98typedef void* NativeImagePtr;
    9599#endif
    96100#endif
Note: See TracChangeset for help on using the changeset viewer.