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

Issue 27192: Make web_drag_source.cc compile on Posix. (Closed)

Created:
11 years, 10 months ago by James Hawkins
Modified:
9 years, 7 months ago
Reviewers:
tony, Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make web_drag_source.cc compile on Posix. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10443

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -19 lines) Patch
M chrome/browser/browser.scons View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/web_drag_source.h View 3 chunks +12 lines, -4 lines 0 comments Download
M chrome/browser/tab_contents/web_drag_source.cc View 2 chunks +26 lines, -14 lines 0 comments Download
M chrome/chrome.xcodeproj/project.pbxproj View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/temp_scaffolding_stubs.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
James Hawkins
11 years, 10 months ago (2009-02-26 02:29:20 UTC) #1
Evan Martin
Tony is the DND master!
11 years, 10 months ago (2009-02-26 02:34:32 UTC) #2
tony
The code change is fine. However, I think web_drag_source will end up being platform specific. ...
11 years, 10 months ago (2009-02-26 02:42:09 UTC) #3
tony
11 years, 10 months ago (2009-02-26 18:25:27 UTC) #4
After discussion offline, this LGTM.  It's probably not code that we're going to
use on mac/linux, but this gets us compiling more files.

On 2009/02/26 02:42:09, tony wrote:
> The code change is fine.  However, I think web_drag_source will end up being
> platform specific. That is, eventually we'll probably have a
> web_drag_source_win, web_drag_source_linux, web_drag_source_mac (maybe with a
> shared header defining the interface?)
> 
> I'm not really sure since I don't know how d&d will work on linux/mac, but
> that's my guess.

Powered by Google App Engine
This is Rietveld 408576698