Index: ui/gfx/insets_f.h |
diff --git a/ui/gfx/insets_f.h b/ui/gfx/insets_f.h |
index 8e1ccee2fe5b4f2f31875422f9c03d70a0cfcdd6..20fb96843ee917fd43a0877609ab4a92e143167e 100644 |
--- a/ui/gfx/insets_f.h |
+++ b/ui/gfx/insets_f.h |
@@ -11,10 +11,6 @@ |
#include "build/build_config.h" |
#include "ui/base/ui_export.h" |
-#if !defined(ENABLE_DIP) |
-#error "This class should be used only when DIP feature is enabled" |
-#endif |
- |
namespace gfx { |
// A floating versino of gfx::Insets. This is copied, instead of using |