Title: [225022] trunk/Source/WebCore
Revision
225022
Author
[email protected]
Date
2017-11-18 14:44:42 -0800 (Sat, 18 Nov 2017)

Log Message

Remove a TimingScope that I left in by mistake.

* platform/graphics/filters/FETurbulence.cpp:
(WebCore::FETurbulence::platformApplySoftware):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (225021 => 225022)


--- trunk/Source/WebCore/ChangeLog	2017-11-18 22:40:49 UTC (rev 225021)
+++ trunk/Source/WebCore/ChangeLog	2017-11-18 22:44:42 UTC (rev 225022)
@@ -1,5 +1,12 @@
 2017-11-18  Simon Fraser  <[email protected]>
 
+        Remove a TimingScope that I left in by mistake.
+
+        * platform/graphics/filters/FETurbulence.cpp:
+        (WebCore::FETurbulence::platformApplySoftware):
+
+2017-11-18  Simon Fraser  <[email protected]>
+
         FETurbulence: round the result according to the spec
         https://bugs.webkit.org/show_bug.cgi?id=179865
 

Modified: trunk/Source/WebCore/platform/graphics/filters/FETurbulence.cpp (225021 => 225022)


--- trunk/Source/WebCore/platform/graphics/filters/FETurbulence.cpp	2017-11-18 22:40:49 UTC (rev 225021)
+++ trunk/Source/WebCore/platform/graphics/filters/FETurbulence.cpp	2017-11-18 22:44:42 UTC (rev 225022)
@@ -32,7 +32,6 @@
 #include <runtime/Uint8ClampedArray.h>
 #include <wtf/MathExtras.h>
 #include <wtf/ParallelJobs.h>
-#include <wtf/TimingScope.h>
 
 namespace WebCore {
 
@@ -405,8 +404,6 @@
         return;
     }
 
-    TimingScope scope("FETurbulence::platformApplySoftware", 100);
-
     IntSize tileSize = roundedIntSize(filterPrimitiveSubregion().size());
 
     float baseFrequencyX = m_baseFrequencyX;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to