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

Unified Diff: cc/layers/layer_impl.h

Issue 1805343006: cc: Impl thread scroll on ScrollNode instead of LayerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve comments Created 4 years, 9 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/scroll_state.h ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index ef7db537f45d527d953de2fe4c9e9b3723bc5809..a8de2bb5c62fda807e48889a7d24706bf48a58e3 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -441,15 +441,11 @@ class CC_EXPORT LayerImpl {
LayerImpl* scroll_clip_layer() const;
bool scrollable() const;
- void set_user_scrollable_horizontal(bool scrollable) {
- user_scrollable_horizontal_ = scrollable;
- }
+ void set_user_scrollable_horizontal(bool scrollable);
bool user_scrollable_horizontal() const {
return user_scrollable_horizontal_;
}
- void set_user_scrollable_vertical(bool scrollable) {
- user_scrollable_vertical_ = scrollable;
- }
+ void set_user_scrollable_vertical(bool scrollable);
bool user_scrollable_vertical() const { return user_scrollable_vertical_; }
bool user_scrollable(ScrollbarOrientation orientation) const;
« no previous file with comments | « cc/input/scroll_state.h ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698