Changeset 149894 in webkit


Ignore:
Timestamp:
May 10, 2013 11:38:54 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[Cairo] Remove the unnecessary ImageData.h include in ImageBufferCairo.cpp
https://bugs.webkit.org/show_bug.cgi?id=115911

Reviewed by Carlos Garcia Campos.

No new tests - no new functionality.

  • platform/graphics/cairo/ImageBufferCairo.cpp: Remove the ImageData.h include

as the included declarations are not used anywhere.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r149893 r149894  
     12013-05-10  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [Cairo] Remove the unnecessary ImageData.h include in ImageBufferCairo.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=115911
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        No new tests - no new functionality.
     9
     10        * platform/graphics/cairo/ImageBufferCairo.cpp: Remove the ImageData.h include
     11        as the included declarations are not used anywhere.
     12
    1132013-05-10  Zan Dobersek  <zdobersek@igalia.com>
    214
  • trunk/Source/WebCore/platform/graphics/cairo/ImageBufferCairo.cpp

    r148357 r149894  
    3434#include "Color.h"
    3535#include "GraphicsContext.h"
    36 #include "ImageData.h"
    3736#include "MIMETypeRegistry.h"
    3837#include "NotImplemented.h"
Note: See TracChangeset for help on using the changeset viewer.