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

Unified Diff: cc/test/animation_timelines_test_common.cc

Issue 2527623002: add has_element_in_any_list check in ElementAnimations::UpdateActivation (Closed)
Patch Set: update check condition Created 4 years, 1 month 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 | « cc/test/animation_timelines_test_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/animation_timelines_test_common.cc
diff --git a/cc/test/animation_timelines_test_common.cc b/cc/test/animation_timelines_test_common.cc
index 7706ed9a325254daf000000edf194e2e7b16eb1d..52c3bd73c4e83d9813242856daaa9194dbd9820d 100644
--- a/cc/test/animation_timelines_test_common.cc
+++ b/cc/test/animation_timelines_test_common.cc
@@ -386,6 +386,10 @@ void AnimationTimelinesTest::CreateTestMainLayer() {
client_.RegisterElement(element_id_, ElementListType::ACTIVE);
}
+void AnimationTimelinesTest::DestroyTestMainLayer() {
+ client_.UnregisterElement(element_id_, ElementListType::ACTIVE);
+}
+
void AnimationTimelinesTest::CreateTestImplLayer(
ElementListType element_list_type) {
client_impl_.RegisterElement(element_id_, element_list_type);
« no previous file with comments | « cc/test/animation_timelines_test_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698