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

Unified Diff: Source/core/page/Page.h

Issue 804873003: Clear matched properties cache for theme color changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « Source/core/dom/StyleEngine.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 04bc3edc2824b98f41080defddedaa24682e88dd..55bb1e2013f7891ef4a8d4d29f2b64a63da37e2a 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -75,7 +75,7 @@ class Page final : public NoBaseWillBeGarbageCollectedFinalized<Page>, public Wi
WTF_MAKE_NONCOPYABLE(Page);
friend class Settings;
public:
- static void scheduleForcedStyleRecalcForAllPages();
+ static void platformColorsChanged();
// It is up to the platform to ensure that non-null clients are provided where required.
struct PageClients {
« no previous file with comments | « Source/core/dom/StyleEngine.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698