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

Unified Diff: ui/compositor/BUILD.gn

Issue 427103002: compositor: Add rAF-like functionality for the UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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 | « no previous file | ui/compositor/animation_frame_task.h » ('j') | ui/compositor/animation_frame_task.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index e943cf04962cce588172b79fc86454b259edba31..47ad7e9ab767c460cb07d1b03a190464aaebe326 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -6,6 +6,8 @@ import("//build/config/ui.gni")
component("compositor") {
sources = [
+ "animation_frame_task.cc",
+ "animation_frame_task.h",
"compositor.cc",
"compositor.h",
"compositor_export.h",
« no previous file with comments | « no previous file | ui/compositor/animation_frame_task.h » ('j') | ui/compositor/animation_frame_task.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698