Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/platform/scroll/Scrollbar.h

Issue 1849343003: mac: Remove IsOSSnowLeopard(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: err Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/platform/scroll/Scrollbar.h
diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
index 2556f104842e447436abfc8487c36493adc3b1ef..2024d62d253237c093e7d46fd9f514b53ed5773a 100644
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
@@ -116,7 +116,6 @@ public:
bool isOverlayScrollbar() const override;
bool shouldParticipateInHitTesting();
- void windowActiveChangedForSnowLeopardOnly();
bool isWindowActive() const;
// Return if the gesture event was handled. |shouldUpdateCapture|

Powered by Google App Engine