| Index: Source/core/html/forms/InputType.h
|
| diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h
|
| index b369c528db304db10d2c96330efbd36b8f51a88c..40f0cd995cfe6e7a08933ec59d4146cd8495bdc5 100644
|
| --- a/Source/core/html/forms/InputType.h
|
| +++ b/Source/core/html/forms/InputType.h
|
| @@ -34,6 +34,7 @@
|
| #define InputType_h
|
|
|
| #include "core/html/HTMLTextFormControlElement.h"
|
| +#include "core/html/forms/ColorChooserClient.h"
|
| #include "core/html/forms/InputTypeView.h"
|
| #include "core/html/forms/StepRange.h"
|
| #include "core/frame/UseCounter.h"
|
| @@ -208,6 +209,9 @@ public:
|
|
|
| virtual bool shouldDispatchFormControlChangeEvent(String&, String&);
|
|
|
| + // For test purpose
|
| + virtual ColorChooserClient* colorChooserClient();
|
| +
|
| protected:
|
| InputType(HTMLInputElement& element) : InputTypeView(element) { }
|
| Chrome* chrome() const;
|
|
|