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

Issue 9317111: Fix views compilation on Linux with toolkit_views=1. (Closed)

Created:
8 years, 10 months ago by tfarina
Modified:
8 years, 10 months ago
CC:
chromium-reviews, msw+watch_chromium.org, alicet1
Visibility:
Public.

Description

Fix views compilation on Linux with toolkit_views=1. This fixes the following error: ../../ui/views/bubble/bubble_delegate.cc: In function ‘views::Widget* views::<unnamed>::CreateBubbleWidget(views::BubbleDelegateView*, views::Widget*)’: ../../ui/views/bubble/bubble_delegate.cc:29:50: error: cannot convert ‘GtkWindow*’ to ‘GtkWidget*’ in assignment BUG=113010 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120794

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M ui/views/bubble/bubble_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
tfarina
alice: FYI. This is necessary because Widget::InitParams::parent is declared as gfx::NativeView not gfx::NativeWindow. And on ...
8 years, 10 months ago (2012-02-05 23:15:09 UTC) #1
sky
Thiago, Views+gtk is going to be ripped out soon (it's being replaced by aura). Don't ...
8 years, 10 months ago (2012-02-06 16:19:46 UTC) #2
tfarina
On 2012/02/06 16:19:46, sky wrote: > Thiago, > > Views+gtk is going to be ripped ...
8 years, 10 months ago (2012-02-06 16:35:05 UTC) #3
sky
On Mon, Feb 6, 2012 at 8:35 AM, <tfarina@chromium.org> wrote: > On 2012/02/06 16:19:46, sky ...
8 years, 10 months ago (2012-02-06 16:51:18 UTC) #4
tfarina
On Mon, Feb 6, 2012 at 2:51 PM, Scott Violet <sky@chromium.org> wrote: > On Mon, ...
8 years, 10 months ago (2012-02-06 18:47:52 UTC) #5
sky
Indeed. The way to run views_examples with aura is to build and run ash_shell, then ...
8 years, 10 months ago (2012-02-06 21:29:46 UTC) #6
alicet1
lgtm I think we still need this CL according to this bug: http://code.google.com/p/chromium/issues/detail?id=113010 sky can ...
8 years, 10 months ago (2012-02-07 17:04:54 UTC) #7
Emmanuel Saint-loubert-Bié
LGTM I agree with sky we should not spend anytime on this generally speaking. However ...
8 years, 10 months ago (2012-02-07 17:11:47 UTC) #8
sky
Let me clarify. We're still using views-gtk, but plan to switch to aura in the ...
8 years, 10 months ago (2012-02-07 17:21:27 UTC) #9
commit-bot: I haz the power
8 years, 10 months ago (2012-02-07 18:52:57 UTC) #10

Powered by Google App Engine
This is Rietveld 408576698