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

Issue 11829041: Remove flags for nonFastScrollable and touchEventHandler regions getting changed (Closed)

Created:
7 years, 11 months ago by Yusuf
Modified:
7 years, 11 months ago
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Remove flags for nonFastScrollable and touchEventHandler regions getting changed Currently, two flags are controlling whether we push these regions to layerImpl from layer and with implSidePainting, we end up not pushing the regions at all since the flags are flipped back after pusing them once. Removing both flags to make sure we get the regions carried over. BUG=168929 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176024

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -18 lines) Patch
M cc/layer.h View 2 chunks +0 lines, -4 lines 0 comments Download
M cc/layer.cc View 4 chunks +2 lines, -14 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Yusuf
7 years, 11 months ago (2013-01-09 22:58:27 UTC) #1
jamesr
This means doing a region->region copy every frame, which can be expensive if the region ...
7 years, 11 months ago (2013-01-09 23:02:19 UTC) #2
enne (OOO)
On 2013/01/09 23:02:19, jamesr wrote: > This means doing a region->region copy every frame, which ...
7 years, 11 months ago (2013-01-09 23:04:39 UTC) #3
jamesr1
On Wed, Jan 9, 2013 at 3:04 PM, <enne@chromium.org> wrote: > On 2013/01/09 23:02:19, jamesr ...
7 years, 11 months ago (2013-01-09 23:29:49 UTC) #4
enne (OOO)
If the pending tree is created fresh, this Layer's corresponding LayerImpl does not have any ...
7 years, 11 months ago (2013-01-09 23:36:35 UTC) #5
Yusuf
Would it be feasible to have a different pushPropertiesTo, for a pending tree that is ...
7 years, 11 months ago (2013-01-09 23:47:26 UTC) #6
enne (OOO)
Sorry, the pending tree is always created fresh at the moment. I should have been ...
7 years, 11 months ago (2013-01-09 23:49:05 UTC) #7
danakj1
im pretty sure there was a bug to add a "ever got pushed to" impl ...
7 years, 11 months ago (2013-01-09 23:50:07 UTC) #8
danakj1
also impl flag would avoid regressing existing paths On Wednesday, January 9, 2013, Dana Jansens ...
7 years, 11 months ago (2013-01-09 23:52:39 UTC) #9
jamesr1
Yeah, I'm workin' on that now. On Wed, Jan 9, 2013 at 3:50 PM, Dana ...
7 years, 11 months ago (2013-01-10 00:02:20 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusufo@chromium.org/11829041/1
7 years, 11 months ago (2013-01-10 00:20:57 UTC) #11
commit-bot: I haz the power
7 years, 11 months ago (2013-01-10 04:45:54 UTC) #12
Message was sent while issue was closed.
Change committed as 176024

Powered by Google App Engine
This is Rietveld 408576698