Chromium Code Reviews| Index: Source/core/css/resolver/StyleBuilderCustom.cpp |
| diff --git a/Source/core/css/resolver/StyleBuilderCustom.cpp b/Source/core/css/resolver/StyleBuilderCustom.cpp |
| index bd29c27edd87f9ead6f1bf9d90fb668c8540d157..17b424dc4d89940b63fd7f4d5dc0f10cb0881b2e 100644 |
| --- a/Source/core/css/resolver/StyleBuilderCustom.cpp |
| +++ b/Source/core/css/resolver/StyleBuilderCustom.cpp |
| @@ -8,6 +8,7 @@ |
| * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> |
| * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmobile.com/) |
| * Copyright (c) 2011, Code Aurora Forum. All rights reserved. |
| + * Copyright (C) 2014 Opera Software ASA. All rights reserved. |
| * Copyright (C) Research In Motion Limited 2011. All rights reserved. |
| * Redistribution and use in source and binary forms, with or without |
| * modification, are permitted provided that the following conditions are |
| @@ -77,6 +78,7 @@ |
| #include "core/rendering/style/SVGRenderStyle.h" |
| #include "core/rendering/style/SVGRenderStyleDefs.h" |
| #include "core/rendering/style/StyleGeneratedImage.h" |
| +#include "core/rendering/style/StyleNavigationValue.h" |
|
fs
2014/04/17 15:33:48
Still needed?
Krzysztof Olczyk
2014/09/30 15:41:47
Done.
|
| #include "core/svg/SVGPaint.h" |
| #include "platform/fonts/FontDescription.h" |
| #include "wtf/MathExtras.h" |
| @@ -1945,6 +1947,10 @@ void StyleBuilder::oldApplyProperty(CSSPropertyID id, StyleResolverState& state, |
| case CSSPropertyMinHeight: |
| case CSSPropertyMixBlendMode: |
| case CSSPropertyMinWidth: |
| + case CSSPropertyNavDown: |
| + case CSSPropertyNavLeft: |
| + case CSSPropertyNavRight: |
| + case CSSPropertyNavUp: |
| case CSSPropertyObjectFit: |
| case CSSPropertyOpacity: |
| case CSSPropertyOrphans: |