Changeset 60949 in webkit


Ignore:
Timestamp:
Jun 10, 2010 2:21:40 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-10 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

Reduce FrameView.h includes to speed up build times
https://bugs.webkit.org/show_bug.cgi?id=40408

  • Api/qwebframe.cpp:
    • Include RenderLayer.h since it's used in this file.
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/Api/qwebframe.cpp

    r60113 r60949  
    4949#include "PrintContext.h"
    5050#include "PutPropertySlot.h"
     51#include "RenderLayer.h"
    5152#include "RenderTreeAsText.h"
    5253#include "RenderView.h"
  • trunk/WebKit/qt/ChangeLog

    r60942 r60949  
     12010-06-10  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Reduce FrameView.h includes to speed up build times
     6        https://bugs.webkit.org/show_bug.cgi?id=40408
     7
     8        * Api/qwebframe.cpp:
     9         - Include RenderLayer.h since it's used in this file.
     10
    1112010-06-10  Andy Shaw  <andy.shaw@nokia.com>
    212
Note: See TracChangeset for help on using the changeset viewer.