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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.h

Issue 2915533002: Generate getters/setters for TapHighlightColor. (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/core/style/ComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
index 3d103410a6c3cd0663eea30d0e2d97ffa91c5402..9e5666fc7e703bd28cced7e2b7ea6aef3a95cb94 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -1855,15 +1855,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
static_cast<unsigned>(position));
}
- // -webkit-tap-highlight-color
- static Color InitialTapHighlightColor();
- Color TapHighlightColor() const {
- return rare_inherited_data_->tap_highlight_color_;
- }
- void SetTapHighlightColor(const Color& c) {
- SET_VAR(rare_inherited_data_, tap_highlight_color_, c);
- }
-
// -webkit-text-fill-color
void SetTextFillColor(const StyleColor& color) {
SET_VAR(rare_inherited_data_, text_fill_color_, color.Resolve(Color()));
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.json5 ('k') | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698