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

Issue 16069004: cc: Remove legacy accelerated painting path (Closed)

Created:
7 years, 6 months ago by enne (OOO)
Modified:
7 years, 6 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, jonathan.backer, Ian Vollick, jam, apatrick_chromium, joi+watch-content_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, danakj, jamesr
Visibility:
Public.

Description

cc: Remove legacy accelerated painting path R=nduca@chromium.org BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202761

Patch Set 1 #

Patch Set 2 : Base files missing. #

Patch Set 3 : Base files missing. #

Patch Set 4 : Base files missing. #

Patch Set 5 : Remove per tile painting setting too #

Patch Set 6 : Remove ResourceUpdate::picture #

Patch Set 7 : Base files missing, AGAIN #

Patch Set 8 : Only remove accelerated painting #

Patch Set 9 : Base files missing blahblahblah #

Total comments: 2

Patch Set 10 : Remove CreateAcceleratedCanvas #

Patch Set 11 : Fix unused variable warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -244 lines) Patch
M cc/layers/content_layer.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -7 lines 0 comments Download
M cc/output/delegating_renderer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -9 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M cc/resources/resource_update.h View 1 2 3 4 5 2 chunks +0 lines, -7 lines 0 comments Download
M cc/resources/resource_update.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -18 lines 0 comments Download
M cc/resources/resource_update_controller.cc View 1 2 3 4 5 6 7 8 9 3 chunks +9 lines, -94 lines 0 comments Download
D cc/resources/skpicture_content_layer_updater.h View 1 2 3 4 5 6 7 2 chunks +0 lines, -30 lines 0 comments Download
D cc/resources/skpicture_content_layer_updater.cc View 1 2 3 4 5 6 7 3 chunks +0 lines, -46 lines 0 comments Download
M cc/trees/layer_tree_host.h View 2 chunks +1 line, -2 lines 0 comments Download
cc/trees/layer_tree_host.cc View 2 chunks +0 lines, -6 lines 0 comments Download
cc/trees/layer_tree_settings.h View 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_settings.cc View 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/gpu/gpu_internals_ui.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
enne (OOO)
7 years, 6 months ago (2013-05-28 17:39:19 UTC) #1
enne (OOO)
7 years, 6 months ago (2013-05-28 18:00:51 UTC) #2
reveman
Can you also remove ResourceUpdate::picture and all relevant code in ResourceUpdateController? That code should be ...
7 years, 6 months ago (2013-05-28 18:09:09 UTC) #3
enne (OOO)
On 2013/05/28 18:09:09, David Reveman wrote: > Can you also remove ResourceUpdate::picture and all relevant ...
7 years, 6 months ago (2013-05-28 18:11:50 UTC) #4
piman
Actually per-tile-painting is on by default for the Chrome OS UI compositor. reveman@ turned it ...
7 years, 6 months ago (2013-05-28 18:48:49 UTC) #5
enne (OOO)
Boo. I didn't realize the CrOS UI compositor was using per-tile painting. What's the likelihood ...
7 years, 6 months ago (2013-05-28 19:49:23 UTC) #6
reveman
On 2013/05/28 18:48:49, piman wrote: > Actually per-tile-painting is on by default for the Chrome ...
7 years, 6 months ago (2013-05-28 19:57:25 UTC) #7
enne (OOO)
PTAL. Changed to only remove accelerated painting.
7 years, 6 months ago (2013-05-28 20:15:31 UTC) #8
piman
On 2013/05/28 20:15:31, enne wrote: > PTAL. Changed to only remove accelerated painting. LGTM
7 years, 6 months ago (2013-05-28 21:03:57 UTC) #9
piman
On 2013/05/28 19:49:23, enne wrote: > Boo. I didn't realize the CrOS UI compositor was ...
7 years, 6 months ago (2013-05-28 21:33:34 UTC) #10
reveman
https://codereview.chromium.org/16069004/diff/22001/cc/resources/resource_update_controller.cc File cc/resources/resource_update_controller.cc (right): https://codereview.chromium.org/16069004/diff/22001/cc/resources/resource_update_controller.cc#newcode36 cc/resources/resource_update_controller.cc:36: skia::RefPtr<SkCanvas> CreateAcceleratedCanvas( please also remove this and all includes ...
7 years, 6 months ago (2013-05-28 22:40:27 UTC) #11
enne (OOO)
https://codereview.chromium.org/16069004/diff/22001/cc/resources/resource_update_controller.cc File cc/resources/resource_update_controller.cc (right): https://codereview.chromium.org/16069004/diff/22001/cc/resources/resource_update_controller.cc#newcode36 cc/resources/resource_update_controller.cc:36: skia::RefPtr<SkCanvas> CreateAcceleratedCanvas( On 2013/05/28 22:40:28, David Reveman wrote: > ...
7 years, 6 months ago (2013-05-28 22:53:20 UTC) #12
reveman
lgtm
7 years, 6 months ago (2013-05-28 23:33:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/16069004/27001
7 years, 6 months ago (2013-05-28 23:44:20 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-05-29 00:08:01 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/16069004/39002
7 years, 6 months ago (2013-05-29 00:15:27 UTC) #16
commit-bot: I haz the power
7 years, 6 months ago (2013-05-29 03:08:26 UTC) #17
Message was sent while issue was closed.
Change committed as 202761

Powered by Google App Engine
This is Rietveld 408576698