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

Unified Diff: cc/test/animation_timelines_test_common.h

Issue 2261113002: CC Animation: Introduce some dirty flags to optimize PushProperties on commit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add more tests. Created 4 years, 4 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: cc/test/animation_timelines_test_common.h
diff --git a/cc/test/animation_timelines_test_common.h b/cc/test/animation_timelines_test_common.h
index 5470b693bf7723f403f79492b7d35518ee174e67..7950039f826f577e0c8cf3b0317a52f9f5294d1b 100644
--- a/cc/test/animation_timelines_test_common.h
+++ b/cc/test/animation_timelines_test_common.h
@@ -294,6 +294,8 @@ class AnimationTimelinesTest : public testing::Test {
int NextTestLayerId();
+ void ExpectPlayerTimelineNeedsPushProperties(bool needs_push_properties);
+
TestHostClient client_;
TestHostClient client_impl_;

Powered by Google App Engine
This is Rietveld 408576698