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

Unified Diff: Source/WebKit/chromium/public/WebColorName.h

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 years, 8 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/WebKit/chromium/public/WebColorName.h
diff --git a/Source/WebKit/chromium/public/WebColorName.h b/Source/WebKit/chromium/public/WebColorName.h
index 86a63d4fb71a51fb9ac682b2f61af6d4faef216e..b93131d3bb8931a6de9cc1c4cc1bdb8245d162fd 100644
--- a/Source/WebKit/chromium/public/WebColorName.h
+++ b/Source/WebKit/chromium/public/WebColorName.h
@@ -39,6 +39,8 @@ namespace WebKit {
enum WebColorName {
WebColorActiveBorder,
WebColorActiveCaption,
+ WebColorActiveListBoxSelection,
+ WebColorActiveListBoxSelectionText,
WebColorAppworkspace,
WebColorBackground,
WebColorButtonFace,
@@ -52,6 +54,8 @@ enum WebColorName {
WebColorInactiveBorder,
WebColorInactiveCaption,
WebColorInactiveCaptionText,
+ WebColorInactiveListBoxSelection,
+ WebColorInactiveListBoxSelectionText,
WebColorInfoBackground,
WebColorInfoText,
WebColorMenu,

Powered by Google App Engine
This is Rietveld 408576698