diff options
author | Brian Smith <brian@dbsoft.org> | 2020-11-16 07:23:44 -0600 |
---|---|---|
committer | Brian Smith <brian@dbsoft.org> | 2020-11-16 07:23:44 -0600 |
commit | fa5aba4c0fd68c5b629cbf8f55dba36c626ee933 (patch) | |
tree | e9f1ac2c06949e0f242fab23d0d9f6ae816b9365 /widget/cocoa/mozView.h | |
parent | b6d909ad17c44157c9cbea90078727414f759253 (diff) | |
download | uxp-fa5aba4c0fd68c5b629cbf8f55dba36c626ee933.tar.gz |
Issue #1667 - Part 2: Add MacOS 11.0 Big Sur widget compatibility
This involves refactoring the vibrancy and OpenGL/Pixel rendering changes contained
in the following Mozilla meta bugs: 1496823 and 1491445
Also add Big Sur to the features tests and update popup menu look and feel based
on Mozilla bug 1656301.
Diffstat (limited to 'widget/cocoa/mozView.h')
-rw-r--r-- | widget/cocoa/mozView.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/widget/cocoa/mozView.h b/widget/cocoa/mozView.h index 9e94e3ab4c..bd054893ba 100644 --- a/widget/cocoa/mozView.h +++ b/widget/cocoa/mozView.h @@ -34,11 +34,6 @@ class TextInputHandler; // return a context menu for this view - (NSMenu*)contextMenu; - // Allows callers to do a delayed invalidate (e.g., if an invalidate - // happens during drawing) -- (void)setNeedsPendingDisplay; -- (void)setNeedsPendingDisplayInRect:(NSRect)invalidRect; - // called when our corresponding Gecko view goes away - (void)widgetDestroyed; |