Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(989)

Unified Diff: Source/core/html/HTMLInputElement.h

Issue 15376006: Added window.internals.isColorChooserShown() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698