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

Unified Diff: Source/core/animation/ActiveAnimations.h

Issue 851693007: Prepare for responsive CSS animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Attempt to re-snapshot only if needed Created 5 years, 11 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: Source/core/animation/ActiveAnimations.h
diff --git a/Source/core/animation/ActiveAnimations.h b/Source/core/animation/ActiveAnimations.h
index 167b5c0a3879e038d7fde7865e24f6ac2c399e5d..598d087fb4d8cf7773678e7c4c3bfe80f3d98ffe 100644
--- a/Source/core/animation/ActiveAnimations.h
+++ b/Source/core/animation/ActiveAnimations.h
@@ -98,6 +98,7 @@ private:
// CSSAnimations checks if a style change is due to animation.
friend class CSSAnimations;
+ friend class DeferredLegacyStyleInterpolation;
Timothy Loh 2015/01/20 05:29:32 unused?
shend 2015/01/20 23:13:03 Done.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698