Changeset 140415 in webkit
- Timestamp:
- Jan 22, 2013, 5:09:10 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/qt/TransparencyLayer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r140414 r140415 1 2013-01-22 Sheriff Bot <webkit.review.bot@gmail.com> 2 3 Unreviewed, rolling out r140412. 4 http://trac.webkit.org/changeset/140412 5 https://bugs.webkit.org/show_bug.cgi?id=107549 6 7 Broke rendering of buttons on gmail (Requested by carewolf on 8 #webkit). 9 10 * platform/graphics/qt/TransparencyLayer.h: 11 (WebCore::TransparencyLayer::TransparencyLayer): 12 1 13 2013-01-22 Christophe Dumez <christophe.dumez@intel.com> 2 14 -
trunk/Source/WebCore/platform/graphics/qt/TransparencyLayer.h
r140412 r140415 62 62 painter.setFont(p->font()); 63 63 painter.setOpacity(1); 64 // Set a default clip, so IntersectClip will work correctly later.65 painter.setClipRect(0, 0, rect.width(), rect.height());66 64 } 67 65
Note:
See TracChangeset
for help on using the changeset viewer.