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

Unified Diff: sky/engine/core/rendering/style/StylePendingImage.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/rendering/style/StylePendingImage.h
diff --git a/sky/engine/core/rendering/style/StylePendingImage.h b/sky/engine/core/rendering/style/StylePendingImage.h
index 83ee5f51303d5e41610090945234cc2cd3420518..d56562de2027f3b8dae7135172a6e8e8beb9aa25 100644
--- a/sky/engine/core/rendering/style/StylePendingImage.h
+++ b/sky/engine/core/rendering/style/StylePendingImage.h
@@ -26,7 +26,6 @@
#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_STYLEPENDINGIMAGE_H_
#define SKY_ENGINE_CORE_RENDERING_STYLE_STYLEPENDINGIMAGE_H_
-#include "sky/engine/core/css/CSSCursorImageValue.h"
#include "sky/engine/core/css/CSSImageGeneratorValue.h"
#include "sky/engine/core/css/CSSImageSetValue.h"
#include "sky/engine/core/css/CSSImageValue.h"
@@ -48,7 +47,6 @@ public:
virtual PassRefPtr<CSSValue> cssValue() const override { return m_value; }
CSSImageValue* cssImageValue() const { return m_value->isImageValue() ? toCSSImageValue(m_value) : 0; }
CSSImageGeneratorValue* cssImageGeneratorValue() const { return m_value->isImageGeneratorValue() ? toCSSImageGeneratorValue(m_value) : 0; }
- CSSCursorImageValue* cssCursorImageValue() const { return m_value->isCursorImageValue() ? toCSSCursorImageValue(m_value) : 0; }
CSSImageSetValue* cssImageSetValue() const { return m_value->isImageSetValue() ? toCSSImageSetValue(m_value) : 0; }
virtual LayoutSize imageSize(const RenderObject*) const override { return LayoutSize(); }
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyleConstants.h ('k') | sky/engine/core/rendering/style/StyleRareInheritedData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698