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

Unified Diff: cc/layers/layer.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/input/scrollbar_animation_controller_thinning_unittest.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index dd0464e4f79872b96d577d79fa02e425e7b34ddc..8c8d9917eb4156b81964710667a5023268dfa01c 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -502,6 +502,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
// layer id for the corresponding Layer on the engine.
void SetLayerIdForTesting(int id);
+ void SetScrollbarsHiddenFromImplSide(bool hidden);
+
protected:
friend class LayerImpl;
friend class TreeSynchronizer;
« no previous file with comments | « cc/input/scrollbar_animation_controller_thinning_unittest.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698