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

Issue 23866006: Make fullscreen pepper flash create a texture layer with software compositor (Closed)

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

Description

Make fullscreen pepper flash create a texture layer with software compositor This switches it away from using the legacy 2D path and gets rid of a couple of copies. BUG=269214, 275200 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222236

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -22 lines) Patch
M content/renderer/pepper/pepper_graphics_2d_host.h View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_graphics_2d_host.cc View 1 2 3 4 5 chunks +38 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.h View 1 2 3 4 4 chunks +10 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 3 4 5 6 9 chunks +58 lines, -19 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jbauman
7 years, 3 months ago (2013-09-04 23:32:46 UTC) #1
piman
Looks promising! https://codereview.chromium.org/23866006/diff/17001/content/renderer/pepper/pepper_graphics_2d_host.cc File content/renderer/pepper/pepper_graphics_2d_host.cc (right): https://codereview.chromium.org/23866006/diff/17001/content/renderer/pepper/pepper_graphics_2d_host.cc#newcode564 content/renderer/pepper/pepper_graphics_2d_host.cc:564: return false; one detail, as we switch ...
7 years, 3 months ago (2013-09-05 00:19:43 UTC) #2
jbauman
PTAL. Modified it to always use a layer even for non-fullscreen.
7 years, 3 months ago (2013-09-07 00:29:52 UTC) #3
piman
https://codereview.chromium.org/23866006/diff/37001/content/renderer/pepper/pepper_plugin_instance_impl.cc File content/renderer/pepper/pepper_plugin_instance_impl.cc (right): https://codereview.chromium.org/23866006/diff/37001/content/renderer/pepper/pepper_plugin_instance_impl.cc#newcode634 content/renderer/pepper/pepper_plugin_instance_impl.cc:634: texture_layer_->SetNeedsDisplay(); could we do SetNeedsDisplayRect when !rect.IsEmpty() ? https://codereview.chromium.org/23866006/diff/37001/content/renderer/pepper/pepper_plugin_instance_impl.cc#newcode1830 ...
7 years, 3 months ago (2013-09-09 20:42:53 UTC) #4
jbauman
PTAL On 2013/09/09 20:42:53, piman wrote: > https://codereview.chromium.org/23866006/diff/37001/content/renderer/pepper/pepper_plugin_instance_impl.cc > File content/renderer/pepper/pepper_plugin_instance_impl.cc (right): > > https://codereview.chromium.org/23866006/diff/37001/content/renderer/pepper/pepper_plugin_instance_impl.cc#newcode634 ...
7 years, 3 months ago (2013-09-09 22:57:14 UTC) #5
piman
LGTM, thanks!
7 years, 3 months ago (2013-09-09 23:35:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/23866006/45001
7 years, 3 months ago (2013-09-09 23:51:23 UTC) #7
commit-bot: I haz the power
7 years, 3 months ago (2013-09-10 09:12:07 UTC) #8
Message was sent while issue was closed.
Change committed as 222236

Powered by Google App Engine
This is Rietveld 408576698