Changeset 47936 in webkit


Ignore:
Timestamp:
Sep 1, 2009 8:57:47 AM (15 years ago)
Author:
pkasting@chromium.org
Message:

Unreviewed (build fix).

Try to fix Qt build.

  • platform/graphics/ImageSource.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r47935 r47936  
     12009-09-01  Peter Kasting  <pkasting@google.com>
     2
     3        Unreviewed (build fix).
     4
     5        Try to fix Qt build.
     6
     7        * platform/graphics/ImageSource.cpp:
     8
    192009-08-28  Peter Kasting  <pkasting@google.com>
    210
  • trunk/WebCore/platform/graphics/ImageSource.cpp

    r47935 r47936  
    3030#include "ImageSource.h"
    3131
     32#if PLATFORM(QT)
     33#include "ImageDecoderQt.h"
     34#else
    3235#include "ImageDecoder.h"
     36#endif
    3337
    3438#if ENABLE(IMAGE_DECODER_DOWN_SAMPLING)
Note: See TracChangeset for help on using the changeset viewer.