Changeset 140578 in webkit


Ignore:
Timestamp:
Jan 23, 2013 1:20:06 PM (11 years ago)
Author:
pilgrim@chromium.org
Message:

[Chromium] Fix some #includes to headers in chromium/public/platform/ that have been moved to the new Platform directory
https://bugs.webkit.org/show_bug.cgi?id=107722

Reviewed by Darin Fisher.

These headers just redirect to the new versions, so call the new
versions directly.

  • src/linux/WebFontInfo.cpp:
  • src/mac/WebSubstringUtil.mm:
Location:
trunk/Source/WebKit/chromium
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r140566 r140578  
     12013-01-23  Mark Pilgrim  <pilgrim@chromium.org>
     2
     3        [Chromium] Fix some #includes to headers in chromium/public/platform/ that have been moved to the new Platform directory
     4        https://bugs.webkit.org/show_bug.cgi?id=107722
     5
     6        Reviewed by Darin Fisher.
     7
     8        These headers just redirect to the new versions, so call the new
     9        versions directly.
     10
     11        * src/linux/WebFontInfo.cpp:
     12        * src/mac/WebSubstringUtil.mm:
     13
    1142013-01-23  Mark Pilgrim  <pilgrim@chromium.org>
    215
  • trunk/Source/WebKit/chromium/src/linux/WebFontInfo.cpp

    r120363 r140578  
    3333
    3434#include "WebFontRenderStyle.h"
    35 #include "platform/linux/WebFontFamily.h"
    3635#include <fontconfig/fontconfig.h>
     36#include <public/linux/WebFontFamily.h>
    3737#include <string.h>
    3838#include <unicode/utf16.h>
  • trunk/Source/WebKit/chromium/src/mac/WebSubstringUtil.mm

    r128085 r140578  
    4848#include "TextIterator.h"
    4949#include "WebFrameImpl.h"
    50 #include "platform/WebRect.h"
     50#include <public/WebRect.h>
    5151
    5252using namespace WebCore;
Note: See TracChangeset for help on using the changeset viewer.