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

Unified Diff: cc/layers/layer_impl.h

Issue 2708493002: Refactor scroll chaining to use ScrollNodes without going through LayerImpl (Closed)
Patch Set: Created 3 years, 10 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: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 5fff96cb82cd740d73cfb6dfc542a6d9703d8ce7..1a39e1b57d00e7f47f15a5a20cf3855f68008835 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -59,7 +59,6 @@ class RenderPass;
class ScrollbarLayerImplBase;
class SimpleEnclosedRegion;
class Tile;
-class ScrollState;
struct AppendQuadsData;
@@ -90,8 +89,6 @@ class CC_EXPORT LayerImpl {
const PropertyAnimationState& state);
bool IsActive() const;
- void DistributeScroll(ScrollState* scroll_state);
-
void set_property_tree_sequence_number(int sequence_number) {}
void SetTransformTreeIndex(int index);
« cc/input/scroll_state.h ('K') | « cc/input/scroll_state.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698