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

Unified Diff: Source/core/layout/LayoutThemeChromiumMac.h

Issue 895383002: Let StyleResolver figure out differences between UA style and resolved style. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/layout/LayoutThemeChromiumMac.h
diff --git a/Source/core/layout/LayoutThemeChromiumMac.h b/Source/core/layout/LayoutThemeChromiumMac.h
index 65845e720a4c55af026bde9f9d502ed6e39ff88f..932fbddef3f17c096e1db14881f82d3354fa5d92 100644
--- a/Source/core/layout/LayoutThemeChromiumMac.h
+++ b/Source/core/layout/LayoutThemeChromiumMac.h
@@ -38,7 +38,7 @@ public:
virtual void adjustPaintInvalidationRect(const RenderObject*, IntRect&) override;
- virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle*) const override;
+ virtual bool isControlStyled(const RenderStyle*, const UAStyleChange&) const override;
virtual Color platformActiveSelectionBackgroundColor() const override;
virtual Color platformInactiveSelectionBackgroundColor() const override;

Powered by Google App Engine
This is Rietveld 408576698