Changeset 82504 in webkit


Ignore:
Timestamp:
Mar 30, 2011 3:04:45 PM (13 years ago)
Author:
Martin Robinson
Message:

2011-03-30 Martin Robinson <mrobinson@igalia.com>

Try to fix the EFL build.

  • platform/efl/RenderThemeEfl.cpp: (WebCore::RenderThemeEfl::paintThemePart): Use the new cairo_t accessor on the platform context.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r82503 r82504  
     12011-03-30  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Try to fix the EFL build.
     4
     5        * platform/efl/RenderThemeEfl.cpp:
     6        (WebCore::RenderThemeEfl::paintThemePart): Use the new cairo_t accessor on the platform context.
     7
    182011-03-30  Abhishek Arya  <inferno@chromium.org>
    29
  • trunk/Source/WebCore/platform/efl/RenderThemeEfl.cpp

    r81944 r82504  
    284284    applyEdjeStateFromForm(entry->o, controlStatesForRenderer(object));
    285285
    286     cairo = info.context->platformContext();
     286    cairo = info.context->platformContext()->cr();
    287287    ASSERT(cairo);
    288288
Note: See TracChangeset for help on using the changeset viewer.