Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Side by Side Diff: views/drag_utils_gtk.cc

Issue 113954: Refactors drag_utils. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « views/drag_utils.cc ('k') | views/drag_utils_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Name: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "views/drag_utils.h"
6
7 #include "app/gfx/canvas.h"
8 #include "base/logging.h"
9 #include "app/os_exchange_data.h"
10
11 namespace drag_utils {
12
13 void SetDragImageOnDataObject(const gfx::Canvas& canvas,
14 int width,
15 int height,
16 int cursor_x_offset,
17 int cursor_y_offset,
18 OSExchangeData* data_object) {
19 NOTIMPLEMENTED();
20 }
21
22 } // namespace drag_utils
brettw 2009/05/28 16:59:14 You need an extra space before the //
OLDNEW
« no previous file with comments | « views/drag_utils.cc ('k') | views/drag_utils_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698