Changeset 52682 in webkit


Ignore:
Timestamp:
Dec 31, 2009 10:07:03 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-31 Laszlo Gombos <Laszlo Gombos>

Reviewed by Kenneth Rohde Christiansen.

Do not include Frame.h under WebCore/html/canvas
https://bugs.webkit.org/show_bug.cgi?id=33082

No new tests, as there is no new functionality.

  • html/canvas/CanvasRenderingContext2D.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r52677 r52682  
     12009-12-31  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        Do not include Frame.h under WebCore/html/canvas
     6        https://bugs.webkit.org/show_bug.cgi?id=33082
     7
     8        No new tests, as there is no new functionality.
     9
     10        * html/canvas/CanvasRenderingContext2D.cpp:
     11
    1122009-12-30  Darin Fisher  <darin@chromium.org>
    213
  • trunk/WebCore/html/canvas/CanvasRenderingContext2D.cpp

    r51212 r52682  
    4343#include "ExceptionCode.h"
    4444#include "FloatConversion.h"
    45 #include "Frame.h"
    4645#include "GraphicsContext.h"
    4746#include "HTMLCanvasElement.h"
Note: See TracChangeset for help on using the changeset viewer.