Changeset 171343 in webkit


Ignore:
Timestamp:
Jul 22, 2014 8:02:12 AM (10 years ago)
Author:
clopez@igalia.com
Message:

[GTK] Rollout r170529 due to ~10% performance regression on the
perf test Animation/balls.
https://bugs.webkit.org/show_bug.cgi?id=134972

Reviewed by Martin Robinson.

Reverted changeset:
"Increase priority on SharedTimer source."
https://trac.webkit.org/r170529

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r171341 r171343  
     12014-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
    1132014-07-18  Dirk Schulze  <krit@webkit.org>
    214
  • trunk/Source/WebCore/platform/gtk/SharedTimerGtk.cpp

    r170529 r171343  
    4949
    5050    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);
    5252}
    5353
Note: See TracChangeset for help on using the changeset viewer.