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

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

Issue 893093002: Delete remaining masks dead code. (Closed) Base URL: https://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
« no previous file with comments | « sky/engine/core/css/parser/CSSPropertyParser.cpp ('k') | sky/engine/core/css/resolver/CSSToStyleMap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/resolver/CSSToStyleMap.h
diff --git a/sky/engine/core/css/resolver/CSSToStyleMap.h b/sky/engine/core/css/resolver/CSSToStyleMap.h
index a934b6efa8022ace73c6c2b63f43706afb3a3a06..f8c2bb2b88a4870f7968ad38c0d2b43bcc780dad 100644
--- a/sky/engine/core/css/resolver/CSSToStyleMap.h
+++ b/sky/engine/core/css/resolver/CSSToStyleMap.h
@@ -61,7 +61,6 @@ public:
void mapFillSize(FillLayer*, CSSValue*) const;
void mapFillXPosition(FillLayer*, CSSValue*) const;
void mapFillYPosition(FillLayer*, CSSValue*) const;
- void mapFillMaskSourceType(FillLayer*, CSSValue*) const;
static double mapAnimationDelay(CSSValue*);
static Timing::PlaybackDirection mapAnimationDirection(CSSValue*);
« no previous file with comments | « sky/engine/core/css/parser/CSSPropertyParser.cpp ('k') | sky/engine/core/css/resolver/CSSToStyleMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698