| Index: ui/gfx/path_gtk.cc
|
| diff --git a/ui/gfx/path_gtk.cc b/ui/gfx/path_gtk.cc
|
| index 110f6c04883367b8e354de791f21f537f6772ca1..d5c376d2871a3b6b4d31957122b57936562515e2 100644
|
| --- a/ui/gfx/path_gtk.cc
|
| +++ b/ui/gfx/path_gtk.cc
|
| @@ -9,6 +9,8 @@
|
| #include "base/command_line.h"
|
| #include "base/memory/scoped_ptr.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 gfx {
|
|
|
| GdkRegion* Path::CreateNativeRegion() const {
|
|
|