Changeset 39718 in webkit


Ignore:
Timestamp:
Jan 8, 2009 1:51:01 PM (15 years ago)
Author:
eric@webkit.org
Message:

2009-01-08 Dimitri Glazkov <Dimitri Glazkov>

Reviewed by Eric Seidel.

Add two more files for platform/graphics/skia.
https://bugs.webkit.org/show_bug.cgi?id=23191

  • platform/graphics/skia/GradientSkia.cpp: Added. (WebCore::Gradient::platformDestroy): (WebCore::F2B): (WebCore::makeSkColor): (WebCore::totalStopsNeeded): (WebCore::fillStops): (WebCore::compareStops): (WebCore::Gradient::platformGradient): (WebCore::Gradient::fill):
  • platform/graphics/skia/GraphicsContextPlatformPrivate.h: Copied from WebCore/bindings/js/ScriptValue.h. (WebCore::GraphicsContextPlatformPrivate::GraphicsContextPlatformPrivate): (WebCore::GraphicsContextPlatformPrivate::context):
Location:
trunk/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r39717 r39718  
    5656        (WebCore::RenderThemeMac::paintMediaSliderTrack): Ditto
    5757        (WebCore::RenderThemeMac::paintMediaSliderThumb): Ditto
     58
     592009-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
     60
     61        Reviewed by Eric Seidel.
     62
     63        Add two more files for platform/graphics/skia.
     64        https://bugs.webkit.org/show_bug.cgi?id=23191
     65
     66        * platform/graphics/skia/GradientSkia.cpp: Added.
     67        (WebCore::Gradient::platformDestroy):
     68        (WebCore::F2B):
     69        (WebCore::makeSkColor):
     70        (WebCore::totalStopsNeeded):
     71        (WebCore::fillStops):
     72        (WebCore::compareStops):
     73        (WebCore::Gradient::platformGradient):
     74        (WebCore::Gradient::fill):
     75        * platform/graphics/skia/GraphicsContextPlatformPrivate.h: Copied from WebCore/bindings/js/ScriptValue.h.
     76        (WebCore::GraphicsContextPlatformPrivate::GraphicsContextPlatformPrivate):
     77        (WebCore::GraphicsContextPlatformPrivate::context):
    5878
    59792009-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
Note: See TracChangeset for help on using the changeset viewer.