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

Unified Diff: Source/core/css/CSSSelector.h

Issue 1323943008: Remove unused MarginBoxType (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSSelector.h
diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h
index 252950ab9aefcaa0cb916a3ed40448b842476148..55c71943b2975ab373fe460f23994a808047b387 100644
--- a/Source/core/css/CSSSelector.h
+++ b/Source/core/css/CSSSelector.h
@@ -203,25 +203,6 @@ public:
PseudoListBox
};
- enum MarginBoxType {
- TopLeftCornerMarginBox,
- TopLeftMarginBox,
- TopCenterMarginBox,
- TopRightMarginBox,
- TopRightCornerMarginBox,
- BottomLeftCornerMarginBox,
- BottomLeftMarginBox,
- BottomCenterMarginBox,
- BottomRightMarginBox,
- BottomRightCornerMarginBox,
- LeftTopMarginBox,
- LeftMiddleMarginBox,
- LeftBottomMarginBox,
- RightTopMarginBox,
- RightMiddleMarginBox,
- RightBottomMarginBox,
- };
-
enum AttributeMatchType {
CaseSensitive,
CaseInsensitive,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698