Index: views/drag_utils_gtk.cc |
=================================================================== |
--- views/drag_utils_gtk.cc (revision 0) |
+++ views/drag_utils_gtk.cc (revision 0) |
@@ -0,0 +1,22 @@ |
+// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "views/drag_utils.h" |
+ |
+#include "app/gfx/canvas.h" |
+#include "base/logging.h" |
+#include "app/os_exchange_data.h" |
+ |
+namespace drag_utils { |
+ |
+void SetDragImageOnDataObject(const gfx::Canvas& canvas, |
+ int width, |
+ int height, |
+ int cursor_x_offset, |
+ int cursor_y_offset, |
+ OSExchangeData* data_object) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
+} // namespace drag_utils |
brettw
2009/05/28 16:59:14
You need an extra space before the //
|
Property changes on: views/drag_utils_gtk.cc |
___________________________________________________________________ |
Name: svn:eol-style |
+ LF |