| Index: third_party/WebKit/Source/core/css/CSSBasicShapeValues.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSBasicShapeValues.h b/third_party/WebKit/Source/core/css/CSSBasicShapeValues.h
|
| index 1a088c957057989c68615acf8a4340a63b6e89f7..1edd22337449f07f2f40dc07ba1327150e56d358 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSBasicShapeValues.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSBasicShapeValues.h
|
| @@ -115,7 +115,7 @@ public:
|
|
|
| // TODO(sashab): Remove this and pass it as an argument in the constructor.
|
| void setWindRule(WindRule w) { m_windRule = w; }
|
| - WindRule windRule() const { return m_windRule; }
|
| + WindRule getWindRule() const { return m_windRule; }
|
|
|
| String customCSSText() const;
|
| bool equals(const CSSBasicShapePolygonValue&) const;
|
|
|