Changeset 228929 in webkit


Ignore:
Timestamp:
Feb 22, 2018 11:50:57 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[WinCairo] Fix compile errors in WebPageWin.cpp and WebProcessWin.cpp due to WebCore forwarding header paths
https://bugs.webkit.org/show_bug.cgi?id=182969

Patch by Yousuke Kimoto <yousuke.kimoto@sony.com> on 2018-02-22
Reviewed by Konstantin Tokarev.

  • WebProcess/WebPage/win/WebPageWin.cpp:
  • WebProcess/win/WebProcessWin.cpp:
Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r228926 r228929  
     12018-02-22  Yousuke Kimoto  <yousuke.kimoto@sony.com>
     2
     3        [WinCairo] Fix compile errors in WebPageWin.cpp and WebProcessWin.cpp due to WebCore forwarding header paths
     4        https://bugs.webkit.org/show_bug.cgi?id=182969
     5
     6        Reviewed by Konstantin Tokarev.
     7
     8        * WebProcess/WebPage/win/WebPageWin.cpp:
     9        * WebProcess/win/WebProcessWin.cpp:
     10
    1112018-02-22  Yusuke Suzuki  <utatane.tea@gmail.com>
    212
  • trunk/Source/WebKit/WebProcess/WebPage/win/WebPageWin.cpp

    r224077 r228929  
    2929
    3030#include "EditorState.h"
    31 #include "NotImplemented.h"
    3231#include "WebEvent.h"
    3332#include "WebFrame.h"
    3433#include "WebPageProxyMessages.h"
    3534#include "WebProcess.h"
    36 #include "WindowsKeyboardCodes.h"
    3735#include <WebCore/BackForwardController.h>
    3836#include <WebCore/EventHandler.h>
     
    4240#include <WebCore/FrameView.h>
    4341#include <WebCore/KeyboardEvent.h>
     42#include <WebCore/NotImplemented.h>
    4443#include <WebCore/Page.h>
    4544#include <WebCore/PlatformKeyboardEvent.h>
     
    4746#include <WebCore/SharedBuffer.h>
    4847#include <WebCore/UserAgent.h>
     48#include <WebCore/WindowsKeyboardCodes.h>
    4949
    5050using namespace WebCore;
  • trunk/Source/WebKit/WebProcess/win/WebProcessWin.cpp

    r223262 r228929  
    2727#include "WebProcess.h"
    2828
    29 #include "SharedBuffer.h"
     29#include <WebCore/SharedBuffer.h>
    3030
    3131using namespace WebCore;
Note: See TracChangeset for help on using the changeset viewer.