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

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: Added tests Created 7 years, 5 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 a48395ef641866a766b74e22f53b677999a69a3b..09952a6cf4b4f932fd89c1bb16d81a17c40144f6 100644
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
@@ -35,6 +35,7 @@
#include "core/rendering/style/LineClampValue.h"
#include "core/rendering/style/NinePieceImage.h"
#include "core/rendering/style/ShapeValue.h"
+#include "core/rendering/style/StyleNavigationData.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassRefPtr.h"
#include "wtf/Vector.h"
@@ -122,6 +123,8 @@ public:
FillLayer m_mask;
NinePieceImage m_maskBoxImage;
+ StyleNavigationData m_navigation;
esprehn 2013/08/08 03:39:40 This adds 8 ptrs to this thing, I think you want O
Krzysztof Olczyk 2013/12/04 13:56:50 Done.
+
LengthSize m_pageSize;
RefPtr<ShapeValue> m_shapeInside;

Powered by Google App Engine
This is Rietveld 408576698