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

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

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
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
index ded0880de836de096d18f206dd0c3090b485c4eb..3e9803db0154062993c53218c7e93b3124928e05 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -2198,10 +2198,6 @@ TextEmphasisMark ComputedStyle::GetTextEmphasisMark() const {
return TextEmphasisMark::kSesame;
}
-Color ComputedStyle::InitialTapHighlightColor() {
- return LayoutTheme::TapHighlightColor();
-}
-
const FilterOperations& ComputedStyle::InitialFilter() {
DEFINE_STATIC_LOCAL(FilterOperationsWrapper, ops,
(FilterOperationsWrapper::Create()));
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698