Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: Source/platform/graphics/paint/SubtreeDisplayItem.cpp

Issue 892293002: First version of new merge algorithm (not enabled yet) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase again again Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/graphics/paint/SubtreeDisplayItem.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/paint/SubtreeDisplayItem.cpp
diff --git a/Source/platform/scheduler/ClosureRunnerTask.cpp b/Source/platform/graphics/paint/SubtreeDisplayItem.cpp
similarity index 56%
copy from Source/platform/scheduler/ClosureRunnerTask.cpp
copy to Source/platform/graphics/paint/SubtreeDisplayItem.cpp
index 5ff25b5953e1566fa242cb663a24c7fe0d30e06c..bf1f849a1d26cdf8d53b1864aee7d937b34c3e5a 100644
--- a/Source/platform/scheduler/ClosureRunnerTask.cpp
+++ b/Source/platform/graphics/paint/SubtreeDisplayItem.cpp
@@ -3,13 +3,6 @@
// found in the LICENSE file.
#include "config.h"
-#include "platform/scheduler/ClosureRunnerTask.h"
+#include "platform/graphics/paint/SubtreeDisplayItem.h"
-namespace blink {
-
-void ClosureRunnerTask::run()
-{
- (*m_closure)();
-}
-
-} // namespace blink
+// Intentionally empty. Required when the create() functions are not inlined.
« no previous file with comments | « Source/platform/graphics/paint/SubtreeDisplayItem.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698