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

Unified Diff: Source/core/rendering/style/StyleRareNonInheritedData.h

Issue 17450016: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI Created 7 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
Index: Source/core/rendering/style/StyleRareNonInheritedData.h
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
index e092771791c77eb4c08ce3f274d5bac1988637c5..f285b7063972cfe518793db4c506d1dd3dfa2273 100644
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
@@ -34,6 +34,7 @@
#include "core/rendering/style/FillLayer.h"
#include "core/rendering/style/LineClampValue.h"
#include "core/rendering/style/NinePieceImage.h"
+#include "core/rendering/style/StyleNavigationData.h"
#include <wtf/OwnPtr.h>
#include <wtf/PassRefPtr.h>
#include <wtf/Vector.h>
@@ -123,6 +124,8 @@ public:
FillLayer m_mask;
NinePieceImage m_maskBoxImage;
+ StyleNavigationData m_nav;
esprehn 2013/06/20 19:45:10 m_navigation ?
Krzysztof Olczyk 2013/07/22 14:14:16 Done.
+
LengthSize m_pageSize;
RefPtr<ExclusionShapeValue> m_shapeInside;

Powered by Google App Engine
This is Rietveld 408576698