Changeset 147386 in webkit


Ignore:
Timestamp:
Apr 1, 2013 10:48:18 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] Move Path into it's own header
https://bugs.webkit.org/show_bug.cgi?id=113724

Patch by Konrad Piascik <kpiascik@blackberry.com> on 2013-04-01
Reviewed by Rob Buis.

Source/WebCore:

No behavioural change.

  • platform/graphics/blackberry/PathBlackBerry.cpp:

Source/WebKit/blackberry:

  • WebKitSupport/DefaultTapHighlight.cpp:
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r147385 r147386  
     12013-04-01  Konrad Piascik  <kpiascik@blackberry.com>
     2
     3        [BlackBerry] Move Path into it's own header
     4        https://bugs.webkit.org/show_bug.cgi?id=113724
     5
     6        Reviewed by Rob Buis.
     7
     8        No behavioural change.
     9
     10        * platform/graphics/blackberry/PathBlackBerry.cpp:
     11
    1122013-04-01  Konrad Piascik  <kpiascik@blackberry.com>
    213
  • trunk/Source/WebCore/platform/graphics/blackberry/PathBlackBerry.cpp

    r145223 r147386  
    2828#include <BlackBerryPlatformGraphics.h>
    2929#include <BlackBerryPlatformGraphicsContext.h>
     30#include <BlackBerryPlatformPath.h>
    3031#include <stdio.h>
    3132#include <wtf/MathExtras.h>
  • trunk/Source/WebKit/blackberry/ChangeLog

    r147212 r147386  
     12013-04-01  Konrad Piascik  <kpiascik@blackberry.com>
     2
     3        [BlackBerry] Move Path into it's own header
     4        https://bugs.webkit.org/show_bug.cgi?id=113724
     5
     6        Reviewed by Rob Buis.
     7
     8        * WebKitSupport/DefaultTapHighlight.cpp:
     9
    1102013-03-29  Charles Wei  <charles.wei@torchmobile.com.cn>
    211
  • trunk/Source/WebKit/blackberry/WebKitSupport/DefaultTapHighlight.cpp

    r145968 r147386  
    3030#include <BlackBerryPlatformGraphicsContext.h>
    3131#include <BlackBerryPlatformMessageClient.h>
     32#include <BlackBerryPlatformPath.h>
    3233
    3334using namespace WebCore;
Note: See TracChangeset for help on using the changeset viewer.