mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-30 12:21:55 +00:00
14 lines
548 B
C++
14 lines
548 B
C++
diff --git a/layout/style/nsStyleSheetService.h b/layout/style/nsStyleSheetService.h
|
|
index 83fc829aad19f8b80692e67bddb781778fbc4f8d..04806a1f51686a82c1dc2555dae86a4397b181fb 100644
|
|
--- a/layout/style/nsStyleSheetService.h
|
|
+++ b/layout/style/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;
|
|
|