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

Issue 517893002: Cleanup resourceless_software_draw() (Closed)

Created:
6 years, 3 months ago by hush (inactive)
Modified:
6 years, 3 months ago
CC:
cc-bugs_chromium.org, chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remove resourceless_software_draw() and related unit tests. WebView passes the correct viewport and transform for tile priority in both hardware and resourceless software draws. As a result, PictureLayerImpl does not need to treat resourceless software draws differently. BUG=398587 Committed: https://crrev.com/367d7dd63fb48978cf28918397a8269f368e6f27 Cr-Commit-Position: refs/heads/master@{#292723}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : comments #

Patch Set 3 : fix test #

Total comments: 2

Patch Set 4 : Bo's comments #

Total comments: 1

Patch Set 5 : spelling.. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -136 lines) Patch
M cc/layers/picture_layer_impl.cc View 1 1 chunk +4 lines, -8 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 10 chunks +21 lines, -118 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_impl.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M content/browser/android/in_process/synchronous_compositor_output_surface.cc View 1 2 3 1 chunk +9 lines, -3 lines 0 comments Download

Messages

Total messages: 35 (6 generated)
hush (inactive)
Patchset #1 (id:1) has been deleted
6 years, 3 months ago (2014-08-29 00:29:53 UTC) #1
hush (inactive)
hush@chromium.org changed reviewers: + boliu@chromium.org
6 years, 3 months ago (2014-08-29 00:32:29 UTC) #2
hush (inactive)
Hi Bo, how does it look?
6 years, 3 months ago (2014-08-29 00:32:42 UTC) #3
boliu
https://codereview.chromium.org/517893002/diff/20001/content/browser/android/in_process/synchronous_compositor_output_surface.cc File content/browser/android/in_process/synchronous_compositor_output_surface.cc (right): https://codereview.chromium.org/517893002/diff/20001/content/browser/android/in_process/synchronous_compositor_output_surface.cc#newcode205 content/browser/android/in_process/synchronous_compositor_output_surface.cc:205: InvokeComposite(transform, clip, clip, empty, gfx::Transform(), false); wait wot? Of ...
6 years, 3 months ago (2014-08-29 00:36:11 UTC) #4
hush (inactive)
https://codereview.chromium.org/517893002/diff/20001/content/browser/android/in_process/synchronous_compositor_output_surface.cc File content/browser/android/in_process/synchronous_compositor_output_surface.cc (right): https://codereview.chromium.org/517893002/diff/20001/content/browser/android/in_process/synchronous_compositor_output_surface.cc#newcode205 content/browser/android/in_process/synchronous_compositor_output_surface.cc:205: InvokeComposite(transform, clip, clip, empty, gfx::Transform(), false); Maybe that comment ...
6 years, 3 months ago (2014-08-29 00:50:55 UTC) #5
boliu
https://codereview.chromium.org/517893002/diff/20001/content/browser/android/in_process/synchronous_compositor_output_surface.cc File content/browser/android/in_process/synchronous_compositor_output_surface.cc (right): https://codereview.chromium.org/517893002/diff/20001/content/browser/android/in_process/synchronous_compositor_output_surface.cc#newcode205 content/browser/android/in_process/synchronous_compositor_output_surface.cc:205: InvokeComposite(transform, clip, clip, empty, gfx::Transform(), false); On 2014/08/29 00:50:55, ...
6 years, 3 months ago (2014-08-29 00:56:32 UTC) #6
hush (inactive)
https://codereview.chromium.org/517893002/diff/20001/content/browser/android/in_process/synchronous_compositor_output_surface.cc File content/browser/android/in_process/synchronous_compositor_output_surface.cc (right): https://codereview.chromium.org/517893002/diff/20001/content/browser/android/in_process/synchronous_compositor_output_surface.cc#newcode205 content/browser/android/in_process/synchronous_compositor_output_surface.cc:205: InvokeComposite(transform, clip, clip, empty, gfx::Transform(), false); Cool. I see. ...
6 years, 3 months ago (2014-08-29 01:29:52 UTC) #7
hush (inactive)
I broke: NoLowResPictureLayerImplTest.InvalidViewportForPrioritizingTiles PictureLayerImplTest.InvalidViewportForPrioritizingTiles I will fix the tests in the next patch.
6 years, 3 months ago (2014-08-29 01:30:15 UTC) #8
boliu
On 2014/08/29 01:30:15, hush wrote: > I broke: NoLowResPictureLayerImplTest.InvalidViewportForPrioritizingTiles > PictureLayerImplTest.InvalidViewportForPrioritizingTiles Maybe you should just ...
6 years, 3 months ago (2014-08-29 01:51:27 UTC) #9
hush (inactive)
On 2014/08/29 01:51:27, boliu wrote: > On 2014/08/29 01:30:15, hush wrote: > > I broke: ...
6 years, 3 months ago (2014-08-29 01:59:25 UTC) #10
boliu
https://codereview.chromium.org/517893002/diff/60001/content/browser/android/in_process/synchronous_compositor_output_surface.cc File content/browser/android/in_process/synchronous_compositor_output_surface.cc (left): https://codereview.chromium.org/517893002/diff/60001/content/browser/android/in_process/synchronous_compositor_output_surface.cc#oldcode244 content/browser/android/in_process/synchronous_compositor_output_surface.cc:244: SetExternalDrawConstraints(cached_hw_transform_, we still want this to restore draw viewports ...
6 years, 3 months ago (2014-08-29 02:01:42 UTC) #11
hush (inactive)
https://codereview.chromium.org/517893002/diff/60001/content/browser/android/in_process/synchronous_compositor_output_surface.cc File content/browser/android/in_process/synchronous_compositor_output_surface.cc (left): https://codereview.chromium.org/517893002/diff/60001/content/browser/android/in_process/synchronous_compositor_output_surface.cc#oldcode244 content/browser/android/in_process/synchronous_compositor_output_surface.cc:244: SetExternalDrawConstraints(cached_hw_transform_, On 2014/08/29 02:01:41, boliu wrote: > we still ...
6 years, 3 months ago (2014-08-29 02:20:57 UTC) #12
boliu
everything lgtm, though I'm not owner of anything :p https://codereview.chromium.org/517893002/diff/80001/cc/layers/picture_layer_impl_unittest.cc File cc/layers/picture_layer_impl_unittest.cc (right): https://codereview.chromium.org/517893002/diff/80001/cc/layers/picture_layer_impl_unittest.cc#newcode464 cc/layers/picture_layer_impl_unittest.cc:464: ...
6 years, 3 months ago (2014-08-29 02:31:10 UTC) #13
hush (inactive)
hush@chromium.org changed reviewers: + aelias@chromium.org
6 years, 3 months ago (2014-08-29 03:03:09 UTC) #14
hush (inactive)
Alex, PTAL
6 years, 3 months ago (2014-08-29 03:03:09 UTC) #15
boliu
On 2014/08/29 03:03:09, hush wrote: > Alex, > PTAL Alex just went on vacation..
6 years, 3 months ago (2014-08-29 03:16:12 UTC) #16
aelias_OOO_until_Jul13
lgtm except, please update your patch description to describe what you're doing and why.
6 years, 3 months ago (2014-08-29 04:41:00 UTC) #17
hush (inactive)
On 2014/08/29 04:41:00, aelias wrote: > lgtm except, please update your patch description to describe ...
6 years, 3 months ago (2014-08-29 17:08:28 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hush@chromium.org/517893002/100001
6 years, 3 months ago (2014-08-29 17:09:09 UTC) #20
boliu
On 2014/08/29 17:08:28, hush wrote: > On 2014/08/29 04:41:00, aelias wrote: > > lgtm except, ...
6 years, 3 months ago (2014-08-29 17:09:10 UTC) #21
danakj
+sievers for content/browser
6 years, 3 months ago (2014-08-29 17:11:31 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hush@chromium.org/517893002/100001
6 years, 3 months ago (2014-08-29 17:12:14 UTC) #26
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-29 18:16:29 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/7722)
6 years, 3 months ago (2014-08-29 18:21:42 UTC) #29
hush (inactive)
Daniel, PTAL content/. Thanks!
6 years, 3 months ago (2014-08-29 20:41:03 UTC) #30
no sievers
On 2014/08/29 20:41:03, hush wrote: > Daniel, > PTAL content/. > Thanks! lgtm
6 years, 3 months ago (2014-08-29 23:21:13 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hush@chromium.org/517893002/100001
6 years, 3 months ago (2014-08-29 23:38:58 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:100001) as 1e4228f4c32e6a14553861e249d634cc567bad91
6 years, 3 months ago (2014-08-29 23:56:51 UTC) #34
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:11:57 UTC) #35
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/367d7dd63fb48978cf28918397a8269f368e6f27
Cr-Commit-Position: refs/heads/master@{#292723}

Powered by Google App Engine
This is Rietveld 408576698