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

Unified Diff: third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h

Issue 2651093003: Make scroll translation transform nodes reference scroll nodes (Closed)
Patch Set: Add note about scroll tree differences Created 3 years, 11 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: third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h b/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
index d64575fc46009ae423fe73170a0526c4dae0ac1b..6704dede23b61cc432a61d12e1c78ada566c2d01 100644
--- a/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
@@ -82,9 +82,6 @@ class PropertyTreeManager {
return m_effectStack.back().id;
}
- // Scroll offset has special treatment in the transform and scroll trees.
- void updateScrollOffset(const ScrollPaintPropertyNode*);
-
private:
void buildEffectNodesRecursively(const EffectPaintPropertyNode* nextEffect);
@@ -95,6 +92,9 @@ class PropertyTreeManager {
const EffectPaintPropertyNode* currentEffectNode() const;
+ // Scroll translation has special treatment in the transform and scroll trees.
+ void updateScrollAndScrollTranslationNodes(const TransformPaintPropertyNode*);
+
// Property trees which should be updated by the manager.
cc::PropertyTrees& m_propertyTrees;

Powered by Google App Engine
This is Rietveld 408576698