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

Unified Diff: Source/core/style/ComputedStyle.h

Issue 1215563002: Implement left property animation on InvalidatableStyleInterpolation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 6 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
« Source/core/animation/LengthInterpolationType.cpp ('K') | « Source/core/core.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/ComputedStyle.h
diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h
index 92715a46241ec0bd28a2f73bd662b45776159f93..98f859be573ec18ee45edcbf6fe3759509164e96 100644
--- a/Source/core/style/ComputedStyle.h
+++ b/Source/core/style/ComputedStyle.h
@@ -133,6 +133,7 @@ class CORE_EXPORT ComputedStyle: public RefCounted<ComputedStyle> {
friend class ComputedStyleCSSValueMapping; // Needs to be able to see visited and unvisited colors for devtools.
friend class StyleBuilderFunctions; // Sets color styles
friend class CachedUAStyle; // Saves Border/Background information for later comparison.
+ friend class LengthPropertyFunctions; // Reads initial style values.
// FIXME: When we stop resolving currentColor at style time, these can be removed.
friend class CSSToStyleMap;
« Source/core/animation/LengthInterpolationType.cpp ('K') | « Source/core/core.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698