mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-07 09:17:04 +00:00
* chore: Updateed to firefox 142.0, b=no-bug, c=l10n, folders * chore: Finish updating to firefox, b=no-bug, c=tabs * chore: Fixed mods builds, b=no-bug, c=mods * feat: Small changes to tabs layout, b=no-bug, c=tabs, compact-mode, folders, workspaces * test: Fixed tests, b=no-bug, c=scripts, tests, folders * test: Fixed tests, b=no-bug, c=tabs, tests, welcome
14 lines
544 B
C++
14 lines
544 B
C++
diff --git a/layout/base/nsStyleSheetService.h b/layout/base/nsStyleSheetService.h
|
|
index 83fc829aad19f8b80692e67bddb781778fbc4f8d..04806a1f51686a82c1dc2555dae86a4397b181fb 100644
|
|
--- a/layout/base/nsStyleSheetService.h
|
|
+++ b/layout/base/nsStyleSheetService.h
|
|
@@ -50,6 +50,8 @@ class nsStyleSheetService final : public nsIStyleSheetService,
|
|
|
|
size_t SizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const;
|
|
|
|
+ void ZenMarkStylesAsChanged();
|
|
+
|
|
static nsStyleSheetService* GetInstance();
|
|
static nsStyleSheetService* gInstance;
|
|
|