Chromium Code Reviews| Index: third_party/WebKit/Source/core/style/OutlineValue.h |
| diff --git a/third_party/WebKit/Source/core/style/OutlineValue.h b/third_party/WebKit/Source/core/style/OutlineValue.h |
| index 601804898589f5ca7e969e37e94b82d488efcfad..8ebb400ae3d31587b0de89911f81e2c9eaa7823f 100644 |
| --- a/third_party/WebKit/Source/core/style/OutlineValue.h |
| +++ b/third_party/WebKit/Source/core/style/OutlineValue.h |
| @@ -63,6 +63,7 @@ public: |
| void setIsAuto(OutlineIsAuto isAuto) { m_isAuto = isAuto; } |
| private: |
| + // TODO(bugsnash): change m_offset to float type |
| int m_offset; |
| }; |