Changeset 21340 in webkit


Ignore:
Timestamp:
May 9, 2007 2:42:38 PM (17 years ago)
Author:
bdash
Message:

2007-05-09 Holger Freyther <zecke@selfish.org>

Reviewed by Mark Rowe.

Gdk build fix with SVG enabled. Stub out ImageBufferCairo.

  • WebCore.pro: Build ImageBufferCairo.cpp
  • platform/graphics/cairo/ImageBufferCairo.cpp: Added. (WebCore::ImageBuffer::create): (WebCore::ImageBuffer::~ImageBuffer): (WebCore::ImageBuffer::context):

2007-05-09 Holger Freyther <zecke@selfish.org>

Reviewed by Mark Rowe.

  • GdkLauncher/main.cpp: Always include config.h.
Location:
trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r21338 r21340  
     12007-05-09  Holger Freyther <zecke@selfish.org>
     2
     3        Reviewed by Mark Rowe.
     4
     5        Gdk build fix with SVG enabled.  Stub out ImageBufferCairo.
     6
     7        * WebCore.pro: Build ImageBufferCairo.cpp
     8        * platform/graphics/cairo/ImageBufferCairo.cpp: Added.
     9        (WebCore::ImageBuffer::create):
     10        (WebCore::ImageBuffer::~ImageBuffer):
     11        (WebCore::ImageBuffer::context):
     12
    1132007-05-08  Justin Garcia  <justin.garcia@apple.com>
    214
  • trunk/WebCore/WebCore.pro

    r21277 r21340  
    773773        platform/graphics/cairo/AffineTransformCairo.cpp \
    774774        platform/graphics/cairo/GraphicsContextCairo.cpp \
     775        platform/graphics/cairo/ImageBufferCairo.cpp \
    775776        platform/graphics/cairo/ImageCairo.cpp \
    776777        platform/graphics/cairo/ImageSourceCairo.cpp \
  • trunk/WebKitTools/ChangeLog

    r21324 r21340  
     12007-05-09  Holger Freyther <zecke@selfish.org>
     2
     3        Reviewed by Mark Rowe.
     4
     5        * GdkLauncher/main.cpp: Always include config.h.
     6
    172007-05-08  Geoffrey Garen  <ggaren@apple.com>
    28
  • trunk/WebKitTools/GdkLauncher/main.cpp

    r21235 r21340  
    1 #ifdef HAVE_CONFIG_H
    21#include "config.h"
    3 #endif
    42#include "Platform.h"
    53#include "ChromeClientGdk.h"
Note: See TracChangeset for help on using the changeset viewer.