Chromium Code Reviews| Index: ui/gfx/size_f.h |
| diff --git a/ui/gfx/size_f.h b/ui/gfx/size_f.h |
| index 1e4966077a2e34d85a65da11aab60d1858d65f7a..b522da80421185afeaa7be6f843fad0c85e6f482 100644 |
| --- a/ui/gfx/size_f.h |
| +++ b/ui/gfx/size_f.h |
| @@ -12,10 +12,6 @@ |
| #include "ui/gfx/size.h" |
| #include "ui/gfx/size_base.h" |
| -#if !defined(ENABLE_DIP) |
| -#error "This class should be used only when DIP feature is enabled" |
| -#endif |
| - |
| namespace gfx { |
| // A floating version of gfx::Size. |