Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(945)

Unified Diff: ui/compositor/layer.h

Issue 2453553003: Disable overlay scrollbars in Blink when hidden by the compositor. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 7c7e4e32562c1899c69a438587c10cc6aaeafea6..1076bb850d9eb8019e1f5243c69a32074f71c156 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -373,6 +373,7 @@ class COMPOSITOR_EXPORT Layer
std::unique_ptr<base::trace_event::ConvertableToTraceFormat> TakeDebugInfo(
cc::Layer* layer) override;
void didUpdateMainThreadScrollingReasons() override;
+ void didChangeScrollbarsHidden(bool) override;
// Triggers a call to SwitchToLayer.
void SwitchCCLayerForTest();

Powered by Google App Engine
This is Rietveld 408576698