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

Unified Diff: Source/core/css/resolver/StyleResolver.h

Issue 950743002: Only compare unvisited background color for LayoutTheme adjustment (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/css/resolver/StyleResolver.h
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
index 2a1689314ccabf504f2816db6501510c8116b7d0..afa2553a41c8d33125c9b097b773112ccaf88d67 100644
--- a/Source/core/css/resolver/StyleResolver.h
+++ b/Source/core/css/resolver/StyleResolver.h
@@ -210,6 +210,8 @@ private:
// FIXME: This should probably go away, folded into FontBuilder.
void updateFont(StyleResolverState&);
+ static AuthorStyleInfo authorStyleInfo(StyleResolverState&);
+
void loadPendingResources(StyleResolverState&);
void adjustLayoutStyle(StyleResolverState&, Element*);
« no previous file with comments | « LayoutTests/fast/history/visited-link-button-expected.txt ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698