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

Unified Diff: sky/engine/core/css/resolver/CSSToStyleMap.cpp

Issue 878303002: Remove more scrolling code from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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: sky/engine/core/css/resolver/CSSToStyleMap.cpp
diff --git a/sky/engine/core/css/resolver/CSSToStyleMap.cpp b/sky/engine/core/css/resolver/CSSToStyleMap.cpp
index 49a997c9909f23f328ab4c2afbbba090027e86e5..be09d84f4d3597d2e03c432cb2c6816083bd7008 100644
--- a/sky/engine/core/css/resolver/CSSToStyleMap.cpp
+++ b/sky/engine/core/css/resolver/CSSToStyleMap.cpp
@@ -67,9 +67,6 @@ void CSSToStyleMap::mapFillAttachment(FillLayer* layer, CSSValue* value) const
case CSSValueFixed:
layer->setAttachment(FixedBackgroundAttachment);
break;
- case CSSValueScroll:
- layer->setAttachment(ScrollBackgroundAttachment);
- break;
case CSSValueLocal:
layer->setAttachment(LocalBackgroundAttachment);
break;
« no previous file with comments | « sky/engine/core/css/parser/CSSPropertyParser.cpp ('k') | sky/engine/core/css/resolver/StyleBuilderCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698