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

Side by Side Diff: chrome/browser/drag_utils.cc

Issue 1612: Implement "iframe shim" behavior for windowed plugins.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « base/tuple_unittest.cc ('k') | chrome/browser/printing/printing_layout_uitest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/drag_utils.h" 5 #include "chrome/browser/drag_utils.h"
6 6
7 #include <objidl.h> 7 #include <objidl.h>
8 #include <shlobj.h> 8 #include <shlobj.h>
9 #include <shobjidl.h> 9 #include <shobjidl.h>
10 10
11 #include "base/file_util.h" 11 #include "base/file_util.h"
12 #include "base/gfx/bitmap_header.h" 12 #include "base/gfx/gdi_util.h"
13 #include "base/gfx/point.h" 13 #include "base/gfx/point.h"
14 #include "base/string_util.h" 14 #include "base/string_util.h"
15 #include "chrome/app/theme/theme_resources.h" 15 #include "chrome/app/theme/theme_resources.h"
16 #include "chrome/browser/views/bookmark_bar_view.h" 16 #include "chrome/browser/views/bookmark_bar_view.h"
17 #include "chrome/common/gfx/chrome_canvas.h" 17 #include "chrome/common/gfx/chrome_canvas.h"
18 #include "chrome/common/gfx/chrome_font.h" 18 #include "chrome/common/gfx/chrome_font.h"
19 #include "chrome/common/os_exchange_data.h" 19 #include "chrome/common/os_exchange_data.h"
20 #include "chrome/common/resource_bundle.h" 20 #include "chrome/common/resource_bundle.h"
21 #include "chrome/common/win_util.h" 21 #include "chrome/common/win_util.h"
22 #include "chrome/views/text_button.h" 22 #include "chrome/views/text_button.h"
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 199
200 // Attach 'bitmap' to the data_object. 200 // Attach 'bitmap' to the data_object.
201 SetDragImageOnDataObject(bitmap, width, height, 201 SetDragImageOnDataObject(bitmap, width, height,
202 cursor_x_offset, 202 cursor_x_offset,
203 cursor_y_offset, 203 cursor_y_offset,
204 data_object); 204 data_object);
205 } 205 }
206 206
207 } // namespace drag_utils 207 } // namespace drag_utils
208 208
OLDNEW
« no previous file with comments | « base/tuple_unittest.cc ('k') | chrome/browser/printing/printing_layout_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698