Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
HWndDC should be in platform/win instead of wtf.
https://bugs.webkit.org/show_bug.cgi?id=76314 Reviewed by Sam Weinig. Source/JavaScriptCore: * JavaScriptCore.gyp/JavaScriptCore.gyp: * JavaScriptCore.gypi: Source/WebCore: No new functionality, so no new tests. * WebCore.gypi: * WebCore.vcproj/WebCore.vcproj: * platform/win/HWndDC.h: Renamed from Source/JavaScriptCore/wtf/win/HWndDCWin.h. I also made the class non-copyable. (WebCore::HWndDC::HWndDC): (WebCore::HWndDC::~HWndDC): (WebCore::HWndDC::operator HDC): Source/WebKit/chromium: * src/win/WebScreenInfoFactory.cpp: (WebKit::WebScreenInfoFactory::screenInfo): Canonical link: https://commits.webkit.org/93161@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@105028 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
51 additions
and 12 deletions.
- +10 −0 Source/JavaScriptCore/ChangeLog
- +0 −1 Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp
- +0 −1 Source/JavaScriptCore/JavaScriptCore.gypi
- +17 −0 Source/WebCore/ChangeLog
- +1 −0 Source/WebCore/WebCore.gypi
- +4 −0 Source/WebCore/WebCore.vcproj/WebCore.vcproj
- +7 −7 Source/{JavaScriptCore/wtf/win/HWndDCWin.h → WebCore/platform/win/HWndDC.h}
- +10 −0 Source/WebKit/chromium/ChangeLog
- +2 −3 Source/WebKit/chromium/src/win/WebScreenInfoFactory.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters