summaryrefslogtreecommitdiff
path: root/widget/cocoa/mozView.h
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2020-11-16 07:23:44 -0600
committerBrian Smith <brian@dbsoft.org>2020-11-16 07:23:44 -0600
commitfa5aba4c0fd68c5b629cbf8f55dba36c626ee933 (patch)
treee9f1ac2c06949e0f242fab23d0d9f6ae816b9365 /widget/cocoa/mozView.h
parentb6d909ad17c44157c9cbea90078727414f759253 (diff)
downloaduxp-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.h5
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;