Changeset 111085 in webkit


Ignore:
Timestamp:
Mar 16, 2012 4:27:03 PM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Upstream the BlackBerry change to platform/Widget.h
https://bugs.webkit.org/show_bug.cgi?id=81304

Reviewed by Rob Buis.

typedefs of PlatformWidget and PlatformPageClient for the BlackBerry.

  • platform/Widget.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r111083 r111085  
     12012-03-16  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Upstream the BlackBerry change to platform/Widget.h
     4        https://bugs.webkit.org/show_bug.cgi?id=81304
     5
     6        Reviewed by Rob Buis.
     7
     8        typedefs of PlatformWidget and PlatformPageClient for the BlackBerry.
     9
     10        * platform/Widget.h:
     11
    1122012-03-16  David Barton  <dbarton@mathscribe.com>
    213
  • trunk/Source/WebCore/platform/Widget.h

    r107811 r111085  
    6969#endif
    7070
     71#if PLATFORM(BLACKBERRY)
     72typedef void* PlatformWidget;
     73#endif
     74
    7175#if PLATFORM(WX)
    7276class wxWindow;
     
    8488class QWebPageClient;
    8589typedef QWebPageClient* PlatformPageClient;
     90#elif PLATFORM(BLACKBERRY)
     91#include "PageClientBlackBerry.h"
     92typedef PageClientBlackBerry* PlatformPageClient;
    8693#else
    8794typedef PlatformWidget PlatformPageClient;
Note: See TracChangeset for help on using the changeset viewer.