Index: ui/gfx/path.h |
diff --git a/ui/gfx/path.h b/ui/gfx/path.h |
index 1b576bdb409c87454dc4c04e3893954a0c3e2a75..847b749beb3a576d5f5afffee7287860a7061ffc 100644 |
--- a/ui/gfx/path.h |
+++ b/ui/gfx/path.h |
@@ -20,20 +20,16 @@ class UI_EXPORT Path : public SkPath { |
int x; |
int y; |
}; |
-#if defined(ENABLE_DIP) |
struct PointF { |
float x; |
float y; |
}; |
-#endif |
Path(); |
// Creates a path populated with the specified points. |
Path(const Point* points, size_t count); |
-#if defined(ENABLE_DIP) |
Path(const PointF* points, size_t count); |
-#endif |
~Path(); |