| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index ebc4e5429c3bc047bcc208a34149135a9940f100..366ac4a1d428b6c7167cdc49381f8ae424ebf749 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -260,6 +260,7 @@ public:
|
| #if ENABLE(INPUT_TYPE_COLOR)
|
| // For test purposes.
|
| void selectColorInColorChooser(const Color&);
|
| + bool isColorChooserShown() const;
|
| #endif
|
|
|
| String defaultToolTip() const;
|
|
|