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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/BUILD.gn

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Make WorkletAnimation subclass Animation Created 3 years, 7 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
Index: third_party/WebKit/Source/modules/compositorworker/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/compositorworker/BUILD.gn b/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
index a20a7188b47c7505bad297cc8b6121806840fe3e..dcca43b436f56a247cba5593a51d68cbfe5ab2d8 100644
--- a/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
+++ b/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
@@ -26,5 +26,7 @@ blink_modules_sources("compositorworker") {
"CompositorWorkerThread.h",
"WindowAnimationWorklet.cpp",
"WindowAnimationWorklet.h",
+ "WorkletAnimation.cpp",
+ "WorkletAnimation.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698