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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Add more DCHECKs Created 3 years, 3 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 c6f25746c388572937d0043570d6eadc9f9293c9..abb9014d447dc905af21e5f8a25817dc8415b28e 100644
--- a/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
+++ b/third_party/WebKit/Source/modules/compositorworker/BUILD.gn
@@ -34,5 +34,7 @@ blink_modules_sources("compositorworker") {
"CompositorWorkerThread.h",
"WindowAnimationWorklet.cpp",
"WindowAnimationWorklet.h",
+ "WorkletAnimation.cpp",
+ "WorkletAnimation.h",
]
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/modules/compositorworker/WorkletAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698