Changeset 148357 in webkit


Ignore:
Timestamp:
Apr 13, 2013 9:07:57 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[Windows, WinCairo] ImageBufferCairo.cpp fails to compile after 148247, 148264.
https://bugs.webkit.org/show_bug.cgi?id=114540

Patch by Mark Salisbury <mark.salisbury@hp.com> on 2013-04-13
Reviewed by Brent Fulgham.

  • platform/graphics/cairo/ImageBufferCairo.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r148348 r148357  
     12013-04-13  Mark Salisbury  <mark.salisbury@hp.com>
     2
     3        [Windows, WinCairo] ImageBufferCairo.cpp fails to compile after 148247, 148264.
     4        https://bugs.webkit.org/show_bug.cgi?id=114540
     5       
     6        Reviewed by Brent Fulgham.
     7
     8        * platform/graphics/cairo/ImageBufferCairo.cpp:
     9
    1102013-04-13  Zan Dobersek  <zdobersek@igalia.com>
    211
  • trunk/Source/WebCore/platform/graphics/cairo/ImageBufferCairo.cpp

    r148264 r148357  
    411411#endif
    412412
     413#if USE(ACCELERATED_COMPOSITING)
    413414PlatformLayer* ImageBuffer::platformLayer() const
    414415{
     
    419420    return 0;
    420421}
     422#endif
    421423
    422424} // namespace WebCore
Note: See TracChangeset for help on using the changeset viewer.