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

Unified Diff: cc/layers/layer_client.h

Issue 2453553003: Disable overlay scrollbars in Blink when hidden by the compositor. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_client.h
diff --git a/cc/layers/layer_client.h b/cc/layers/layer_client.h
index f44e4c278fdc357c187d00704a0f7f55365ff1a5..165c4367389b8d321951dc25c00c2a2d3dd2ea1d 100644
--- a/cc/layers/layer_client.h
+++ b/cc/layers/layer_client.h
@@ -31,6 +31,7 @@ class CC_EXPORT LayerClient {
virtual std::unique_ptr<base::trace_event::ConvertableToTraceFormat>
TakeDebugInfo(Layer* layer) = 0;
virtual void didUpdateMainThreadScrollingReasons() = 0;
+ virtual void didChangeScrollbarsHidden(bool) = 0;
protected:
virtual ~LayerClient() {}
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698