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

Unified Diff: sky/engine/core/rendering/RenderObject.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
« no previous file with comments | « sky/engine/core/page/Page.cpp ('k') | sky/engine/core/rendering/RenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderObject.h
diff --git a/sky/engine/core/rendering/RenderObject.h b/sky/engine/core/rendering/RenderObject.h
index d251f74b85853729107f1dd5727f1f43f7d36247..069e2d5005de825381f501e2bfcfc95a5a83a6e1 100644
--- a/sky/engine/core/rendering/RenderObject.h
+++ b/sky/engine/core/rendering/RenderObject.h
@@ -44,7 +44,6 @@
namespace blink {
class AffineTransform;
-class Cursor;
class Document;
class HitTestLocation;
class HitTestResult;
@@ -62,12 +61,6 @@ class TransformState;
struct PaintInfo;
-enum CursorDirective {
- SetCursorBasedOnStyle,
- SetCursor,
- DoNotSetCursor
-};
-
// Sides used when drawing borders and outlines. The values should run clockwise from top.
enum BoxSide {
BSTop,
@@ -503,8 +496,6 @@ public:
return style()->colorIncludingFallback(colorProperty);
}
- virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const;
-
struct AppliedTextDecoration {
Color color;
TextDecorationStyle style;
« no previous file with comments | « sky/engine/core/page/Page.cpp ('k') | sky/engine/core/rendering/RenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698