| Index: Source/core/style/BorderEdge.h
|
| diff --git a/Source/core/style/BorderEdge.h b/Source/core/style/BorderEdge.h
|
| index 334cbbce27d19f6805f728fa0b57b74b8676aa41..63be1824d69031e0128dbece70db6b5dfb999041 100644
|
| --- a/Source/core/style/BorderEdge.h
|
| +++ b/Source/core/style/BorderEdge.h
|
| @@ -11,7 +11,7 @@
|
| namespace blink {
|
|
|
| struct BorderEdge {
|
| - BorderEdge(int edgeWidth, const Color& edgeColor, EBorderStyle edgeStyle, bool edgeIsTransparent, bool edgeIsPresent = true);
|
| + BorderEdge(int edgeWidth, const Color& edgeColor, EBorderStyle edgeStyle, bool edgeIsPresent = true);
|
| BorderEdge();
|
|
|
| bool hasVisibleColorAndStyle() const;
|
| @@ -34,7 +34,6 @@ struct BorderEdge {
|
|
|
| int width;
|
| Color color;
|
| - bool isTransparent;
|
| bool isPresent;
|
|
|
| private:
|
|
|