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

Unified Diff: third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp

Issue 2657863004: Move scroll paint property nodes to be owned by the transform tree (Closed)
Patch Set: Rebase & remove parens 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/core/paint/ObjectPaintProperties.cpp
diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
index f79de534bb3a67a83779c58444c2eda9d80e3e98..eb3bf2556933e153b6eecf8ae3f6c5c711d18c1e 100644
--- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
+++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
@@ -15,10 +15,6 @@ void ObjectPaintProperties::updateContentsProperties() const {
if (scrollTranslation())
m_contentsProperties->setTransform(scrollTranslation());
-
- if (scroll())
- m_contentsProperties->setScroll(scroll());
-
if (overflowClip())
m_contentsProperties->setClip(overflowClip());
else if (cssClip())

Powered by Google App Engine
This is Rietveld 408576698