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

Unified Diff: sky/engine/core/rendering/style/StyleRareNonInheritedData.h

Issue 689853003: Remove CSS Grid Layout and grid media queries. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/engine/core/rendering/style/StyleRareNonInheritedData.h
diff --git a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
index 1b4f96707897157e19adb4ecb82b8623f99e6a99..20dc0a60061a7005bc538266a8ef989db6dcbf24 100644
--- a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
+++ b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
@@ -50,8 +50,6 @@ class LengthSize;
class ShadowList;
class StyleFilterData;
class StyleFlexibleBoxData;
-class StyleGridData;
-class StyleGridItemData;
class StyleTransformData;
class StyleWillChangeData;
@@ -102,9 +100,6 @@ public:
DataRef<StyleFilterData> m_filter; // Filter operations (url, sepia, blur, etc.)
- DataRef<StyleGridData> m_grid;
- DataRef<StyleGridItemData> m_gridItem;
-
OwnPtr<ContentData> m_content;
OwnPtr<CounterDirectiveMap> m_counterDirectives;
« no previous file with comments | « sky/engine/core/rendering/style/StyleGridItemData.cpp ('k') | sky/engine/core/rendering/style/StyleRareNonInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698