| Index: third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h b/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| index eff0768e06b7cfd5c7c45b602c93fad4835650de..1c0fdecbb56c64b3b5460047b0c153273e74fde1 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| @@ -72,10 +72,6 @@ enum EShapeRendering {
|
| SR_AUTO, SR_OPTIMIZESPEED, SR_CRISPEDGES, SR_GEOMETRICPRECISION
|
| };
|
|
|
| -enum EGlyphOrientation {
|
| - GO_0DEG, GO_90DEG, GO_180DEG, GO_270DEG, GO_AUTO
|
| -};
|
| -
|
| enum EAlignmentBaseline {
|
| AB_AUTO, AB_BASELINE, AB_BEFORE_EDGE, AB_TEXT_BEFORE_EDGE,
|
| AB_MIDDLE, AB_CENTRAL, AB_AFTER_EDGE, AB_TEXT_AFTER_EDGE,
|
|
|