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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTheme.h

Issue 2308503002: Revert of Paint solid color backgrounds which are equivalent to locally attached into scrolling c... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scrollcontent-paint-bg
Patch Set: Created 4 years, 3 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/layout/LayoutTheme.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.h b/third_party/WebKit/Source/core/layout/LayoutTheme.h
index bf7e678f105103cc762740bcb25d16a22e169cf2..93d5d6c0c9fadd36973288f8e56c410cc2106793 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h
@@ -187,8 +187,6 @@
virtual bool shouldUseFallbackTheme(const ComputedStyle&) const;
- virtual bool themeDrawsFocusRing(const ComputedStyle&) const = 0;
-
protected:
// The platform selection color.
virtual Color platformActiveSelectionBackgroundColor() const;
@@ -200,6 +198,8 @@
virtual Color platformInactiveListBoxSelectionBackgroundColor() const;
virtual Color platformActiveListBoxSelectionForegroundColor() const;
virtual Color platformInactiveListBoxSelectionForegroundColor() const;
+
+ virtual bool themeDrawsFocusRing(const ComputedStyle&) const = 0;
// Methods for each appearance value.
virtual void adjustCheckboxStyle(ComputedStyle&) const;

Powered by Google App Engine
This is Rietveld 408576698