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

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

Issue 1076623002: Remove our impressive amount of CSS Cursor code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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/ElementStyleResources.h
diff --git a/sky/engine/core/css/resolver/ElementStyleResources.h b/sky/engine/core/css/resolver/ElementStyleResources.h
index 4a75c87dd3cc46b541730bd5da50bbd8c25c0981..44104c46ff26eb1bccbfa7c3f6c377fc7b4cca4e 100644
--- a/sky/engine/core/css/resolver/ElementStyleResources.h
+++ b/sky/engine/core/css/resolver/ElementStyleResources.h
@@ -55,7 +55,6 @@ public:
PassRefPtr<StyleImage> generatedOrPendingFromValue(CSSPropertyID, CSSImageGeneratorValue*);
PassRefPtr<StyleImage> cachedOrPendingFromValue(Document&, CSSPropertyID, CSSImageValue*);
PassRefPtr<StyleImage> setOrPendingFromValue(CSSPropertyID, CSSImageSetValue*);
- PassRefPtr<StyleImage> cursorOrPendingFromValue(CSSPropertyID, CSSCursorImageValue*);
const PendingImagePropertyMap& pendingImageProperties() const { return m_pendingImageProperties; }
« no previous file with comments | « sky/engine/core/css/parser/CSSPropertyParser.cpp ('k') | sky/engine/core/css/resolver/ElementStyleResources.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698