| Index: Source/core/html/forms/CheckboxInputType.h
|
| diff --git a/Source/core/html/forms/CheckboxInputType.h b/Source/core/html/forms/CheckboxInputType.h
|
| index 06e4c516750b098f8caf2dc26ff10bd999076c61..59d4a4134c2b1d2fd2586eefaff36d313412545c 100644
|
| --- a/Source/core/html/forms/CheckboxInputType.h
|
| +++ b/Source/core/html/forms/CheckboxInputType.h
|
| @@ -49,6 +49,7 @@ private:
|
| virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE;
|
| virtual bool isCheckbox() const OVERRIDE;
|
| virtual bool supportsIndeterminateAppearance() const OVERRIDE;
|
| + virtual bool shouldAppearIndeterminate() const OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|