Changeset 126910 in webkit
- Timestamp:
- Aug 28, 2012, 12:18:08 PM (14 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
src/LinkHighlight.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r126841 r126910 1 2012-08-28 W. James MacLean <wjmaclean@chromium.org> 2 3 [chromium] Drastically shorten the link highlight duration. 4 https://bugs.webkit.org/show_bug.cgi?id=95216 5 6 Reviewed by James Robinson. 7 8 Parameter change; covered by existing layout tests. 9 10 * src/LinkHighlight.cpp: 11 (WebKit::LinkHighlight::startHighlightAnimation): 12 1 13 2012-08-27 Tien-Ren Chen <trchen@chromium.org> 2 14 -
trunk/Source/WebKit/chromium/src/LinkHighlight.cpp
r126513 r126910 197 197 const float startOpacity = 1; 198 198 // FIXME: Should duration be configurable? 199 const float duration = 2;199 const float duration = 0.1; 200 200 201 201 m_contentLayer->layer()->setOpacity(startOpacity);
Note:
See TracChangeset
for help on using the changeset viewer.