Changeset 171343 in webkit
- Timestamp:
- Jul 22, 2014, 8:02:12 AM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r171341 r171343 1 2014-07-22 Carlos Alberto Lopez Perez <clopez@igalia.com> 2 3 [GTK] Rollout r170529 due to ~10% performance regression on the 4 perf test Animation/balls. 5 https://bugs.webkit.org/show_bug.cgi?id=134972 6 7 Reviewed by Martin Robinson. 8 9 Reverted changeset: 10 "Increase priority on SharedTimer source." 11 https://trac.webkit.org/r170529 12 1 13 2014-07-18 Dirk Schulze <krit@webkit.org> 2 14 -
trunk/Source/WebCore/platform/gtk/SharedTimerGtk.cpp
r170529 r171343 49 49 50 50 gSharedTimer.scheduleAfterDelay("[WebKit] sharedTimerTimeoutCallback", std::function<void()>(sharedTimerFiredFunction), 51 std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::duration<double>(interval)), G _PRIORITY_DEFAULT);51 std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::duration<double>(interval)), GDK_PRIORITY_REDRAW); 52 52 } 53 53
Note:
See TracChangeset
for help on using the changeset viewer.