Index: ui/native_theme/native_theme_gtk.cc |
diff --git a/ui/native_theme/native_theme_gtk.cc b/ui/native_theme/native_theme_gtk.cc |
index e74976678d896a5c621f7dd9bbbca460de137f6d..404936322390c85e0f286cbc325fc12550d67c64 100644 |
--- a/ui/native_theme/native_theme_gtk.cc |
+++ b/ui/native_theme/native_theme_gtk.cc |
@@ -10,6 +10,8 @@ |
#include "base/logging.h" |
#include "ui/gfx/skia_utils_gtk.h" |
+#error "The GTK+ port will be deleted later this week. If you are seeing this, you are trying to compile it. Please check your gyp flags for 'use_aura=0' and remove them." |
+ |
namespace { |
const SkColor kInvalidColorIdColor = SkColorSetRGB(255, 0, 128); |