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

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

Issue 13650009: Remove Dashboard support and supporting files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compiler error due to misspelling in code "Dashbard" Created 7 years, 9 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/WebCore/rendering/style/StyleRareNonInheritedData.h
diff --git a/Source/WebCore/rendering/style/StyleRareNonInheritedData.h b/Source/WebCore/rendering/style/StyleRareNonInheritedData.h
index 9aba6f1d53d2f7baa5aaddedc817094168dd320c..d2f18940fd59bc260f01e37d33e1f05559f78690 100644
--- a/Source/WebCore/rendering/style/StyleRareNonInheritedData.h
+++ b/Source/WebCore/rendering/style/StyleRareNonInheritedData.h
@@ -58,10 +58,6 @@ class StyleTransformData;
class ContentData;
struct LengthSize;
-#if ENABLE(DASHBOARD_SUPPORT)
-struct StyleDashboardRegion;
-#endif
-
// Page size type.
// StyleRareNonInheritedData::m_pageSize is meaningful only when
// StyleRareNonInheritedData::m_pageSizeType is PAGE_SIZE_RESOLVED.
@@ -103,9 +99,6 @@ public:
Length m_perspectiveOriginY;
LineClampValue lineClamp; // An Apple extension.
-#if ENABLE(DASHBOARD_SUPPORT)
- Vector<StyleDashboardRegion> m_dashboardRegions;
-#endif
#if ENABLE(DRAGGABLE_REGION)
DraggableRegionMode m_draggableRegionMode;
#endif
« no previous file with comments | « Source/WebCore/rendering/style/StyleDashboardRegion.h ('k') | Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698