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

Issue 198036: Fixes bug in views on gtk where we wouldn't necessarily paint... (Closed)

Created:
11 years, 3 months ago by sky
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Fixes bug in views on gtk where we wouldn't necessarily paint correctly on an expose. This happened if between the time we told Gtk we needed to paint and the time we got the expose event more paints were scheduled. In this case, because we were double buffered, GTK would clip to the original region we scheduled the paint for. The fix is to turn off double buffering as we're double buffering ourself. BUG=none TEST=none

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -5 lines) Patch
M views/widget/widget_gtk.cc View 5 chunks +13 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sky
11 years, 3 months ago (2009-09-04 23:30:21 UTC) #1
brettw
11 years, 3 months ago (2009-09-04 23:54:58 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698