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

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

Issue 1680803003: Add additive animation support for CSS property background-position (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant braces Created 4 years, 10 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 | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/wtf/RefVector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/ComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
index 142975a3df5ac03f2d6756562a34aaba64ac69b6..a350041582e7c20481f244aee1c618f34bd6bbbc 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -140,6 +140,7 @@ class CORE_EXPORT ComputedStyle: public RefCounted<ComputedStyle> {
friend class CachedUAStyle; // Saves Border/Background information for later comparison.
friend class ColorPropertyFunctions; // Reads initial style values and accesses visited and unvisited colors.
friend class LengthPropertyFunctions; // Reads initial style values.
+ friend class LengthListPropertyFunctions; // Reads initial style values.
friend class NumberPropertyFunctions; // Reads initial style values.
friend class PaintPropertyFunctions; // Reads initial style values.
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/wtf/RefVector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698