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

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

Issue 2627773002: LayoutTheme: Invalidate cache on WebThemeEngine change. (Closed)
Patch Set: Created 3 years, 11 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/LayoutThemeDefault.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h
index 498edfdc2ff9b0fdecf5fdc6676ba18799b2e90e..c577078aa5f5de233bd07f399725718a4d478b6f 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h
@@ -147,6 +147,7 @@ class CORE_EXPORT LayoutThemeDefault : public LayoutTheme {
private:
ThemePainter& painter() override { return m_painter; }
+ void didChangeThemeEngine() override;
int menuListInternalPadding(const ComputedStyle&, int padding) const;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTheme.h ('k') | third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698