Index: Source/core/css/resolver/StyleBuilderConverter.h |
diff --git a/Source/core/css/resolver/StyleBuilderConverter.h b/Source/core/css/resolver/StyleBuilderConverter.h |
index 89eb582f3238e8a30002d1f6ce375b9b6d24db5d..a7385e24257d916a152b504487468433901bd500 100644 |
--- a/Source/core/css/resolver/StyleBuilderConverter.h |
+++ b/Source/core/css/resolver/StyleBuilderConverter.h |
@@ -1,5 +1,6 @@ |
/* |
* Copyright (C) 2013 Google Inc. All rights reserved. |
+ * Copyright (C) 2014 Opera Software ASA. All rights reserved. |
* |
* * Redistributions of source code must retain the above copyright |
* notice, this list of conditions and the following disclaimer. |
@@ -32,6 +33,7 @@ |
#include "core/rendering/RenderView.h" |
#include "core/rendering/style/QuotesData.h" |
#include "core/rendering/style/ShadowList.h" |
+#include "core/rendering/style/StyleNavigationValue.h" |
#include "core/rendering/style/StyleReflection.h" |
#include "core/svg/SVGLength.h" |
#include "platform/LengthSize.h" |
@@ -74,6 +76,7 @@ public: |
static StyleColor convertStyleColor(StyleResolverState&, CSSValue*, bool forVisitedLink = false); |
static Color convertSVGColor(StyleResolverState&, CSSValue*); |
static PassRefPtr<SVGLength> convertSVGLength(StyleResolverState&, CSSValue*); |
+ static StyleNavigationValue convertStyleNavigationValue(StyleResolverState&, CSSValue*); |
static float convertTextStrokeWidth(StyleResolverState&, CSSValue*); |
static bool convertGridTrackList(CSSValue*, Vector<GridTrackSize>&, NamedGridLinesMap&, OrderedNamedGridLines&, StyleResolverState&); |