Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[Qt] Custom tap-highlight-color renders fully opaque
https://bugs.webkit.org/show_bug.cgi?id=94468 Reviewed by Kenneth Rohde Christiansen. Source/WebCore: Adjust the default tap-highlight-color to figure in that is will be drawn semi-transparent. * rendering/RenderTheme.h: (RenderTheme): Source/WebKit2: Draw tap-highlight-color at 50% transparency, to better match how existing WebKit browsers act on custom tap-highlight colors. * WebProcess/WebPage/TapHighlightController.cpp: (WebKit::TapHighlightController::drawRect): Canonical link: https://commits.webkit.org/112279@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@126031 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Allan Sandfeld Jensen
committed
Aug 20, 2012
1 parent
2637ec3
commit f88e930
Showing
4 changed files
with
31 additions
and
3 deletions.
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