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

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

Issue 1251523003: Delete AuthorStyleInfo and move its data into ComputedStyle.RareNonInheritedData. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious comment Created 5 years, 5 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/LayoutThemeMac.h
diff --git a/Source/core/layout/LayoutThemeMac.h b/Source/core/layout/LayoutThemeMac.h
index f99c68e7fd392d1f1fbe36a91b494f9064d48978..b05eed58c6903f285df8381a8342b59e459ee4bf 100644
--- a/Source/core/layout/LayoutThemeMac.h
+++ b/Source/core/layout/LayoutThemeMac.h
@@ -39,7 +39,7 @@ public:
void addVisualOverflow(const LayoutObject&, IntRect& borderBox) override;
- bool isControlStyled(const ComputedStyle&, const AuthorStyleInfo&) const override;
+ bool isControlStyled(const ComputedStyle&) const override;
Color platformActiveSelectionBackgroundColor() const override;
Color platformInactiveSelectionBackgroundColor() const override;

Powered by Google App Engine
This is Rietveld 408576698