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

Issue 12510010: Merge 186446 (Closed)

Created:
7 years, 9 months ago by jam
Modified:
7 years, 9 months ago
Reviewers:
jam
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, darin-cc_chromium.org
Visibility:
Public.

Description

Merge 186446 > Fix painting glitch with text and NPAPI plugins. This was a regression from r167042. The problem was that for non-transparent windowless plugins we were combining the data below the plugin with the data that the plugin creates. We could just copy directly and not do any alpha-blending. > > BUG=164800 > Review URL: https://codereview.chromium.org/12487003 TBR=jam@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186977

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -17 lines) Patch
M content/common/plugin_messages.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/plugin/webplugin_delegate_stub.h View 1 chunk +3 lines, -1 line 0 comments Download
M content/plugin/webplugin_delegate_stub.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M content/plugin/webplugin_proxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/webplugin_delegate_proxy.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/webplugin_delegate_proxy.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/plugin_instance.h View 1 chunk +5 lines, -4 lines 0 comments Download
M webkit/plugins/npapi/plugin_instance.cc View 3 chunks +5 lines, -1 line 0 comments Download
M webkit/plugins/npapi/webplugin_delegate_impl.h View 3 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jam
7 years, 9 months ago (2013-03-08 17:46:13 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698