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

Unified Diff: sky/engine/core/rendering/style/StyleRareInheritedData.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/StyleRareInheritedData.h
diff --git a/sky/engine/core/rendering/style/StyleRareInheritedData.h b/sky/engine/core/rendering/style/StyleRareInheritedData.h
index ed2fb0900bcb0891959f7298b6defc4edef6b99d..b7cbfe12fb8b2064f47bdd4e80c2b6cc333397af 100644
--- a/sky/engine/core/rendering/style/StyleRareInheritedData.h
+++ b/sky/engine/core/rendering/style/StyleRareInheritedData.h
@@ -37,13 +37,11 @@
namespace blink {
class AppliedTextDecoration;
-class CursorData;
class QuotesData;
class ShadowList;
class StyleImage;
typedef RefVector<AppliedTextDecoration> AppliedTextDecorationList;
-typedef RefVector<CursorData> CursorList;
// This struct is for rarely used inherited CSS3, CSS2, and WebKit-specific properties.
// By grouping them together, we save space, and only allocate this object when someone
@@ -80,7 +78,6 @@ public:
RefPtr<ShadowList> textShadow; // Our text shadow information for shadowed text drawing.
AtomicString highlight; // Apple-specific extension for custom highlight rendering.
- RefPtr<CursorList> cursorData;
Length indent;
// Paged media properties.
« no previous file with comments | « sky/engine/core/rendering/style/StylePendingImage.h ('k') | sky/engine/core/rendering/style/StyleRareInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698