| 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 7aa2d25f8ed0f5c7f6a2a93eade37108fe25b0c4..d1bac183753764808ec73044bc297e2a86e0dbbb 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.
|
|
|
|
|