| Index: third_party/WebKit/Source/core/layout/LayoutSliderContainer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutSliderContainer.h b/third_party/WebKit/Source/core/layout/LayoutSliderContainer.h
|
| index eb9edc65b0c27aa45d899841d36c188299b110fa..00b901e717344620358cf1098b25f4324cd28bd4 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutSliderContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutSliderContainer.h
|
| @@ -38,8 +38,8 @@ namespace blink {
|
|
|
| class SliderContainerElement;
|
|
|
| -// FIXME: Find a way to cascade appearance and adjust heights, and get rid of this class.
|
| -// http://webkit.org/b/62535
|
| +// FIXME: Find a way to cascade appearance and adjust heights, and get rid of
|
| +// this class. See http://webkit.org/b/62535
|
| class LayoutSliderContainer : public LayoutFlexibleBox {
|
| public:
|
| LayoutSliderContainer(SliderContainerElement*);
|
|
|