Index: ash/drag_drop/drag_drop_controller.cc |
diff --git a/ash/drag_drop/drag_drop_controller.cc b/ash/drag_drop/drag_drop_controller.cc |
index 2ff526fe7681f6452321be3ff29e974547d38d28..148d1f23a41e0c233a43655ab03ca5294f20aca2 100644 |
--- a/ash/drag_drop/drag_drop_controller.cc |
+++ b/ash/drag_drop/drag_drop_controller.cc |
@@ -92,6 +92,7 @@ class DragDropTrackerDelegate : public aura::WindowDelegate { |
virtual void OnBoundsChanged(const gfx::Rect& old_bounds, |
const gfx::Rect& new_bounds) OVERRIDE {} |
+ virtual void OnPropertyChanged(const void* key, intptr_t old) OVERRIDE {} |
virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE { |
return gfx::kNullCursor; |
} |