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

Issue 82553015: Switch the android overscroll glow to use UIResources. (Closed)

Created:
7 years, 1 month ago by powei
Modified:
6 years, 5 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, James Su, miu+watch_chromium.org, Ted C, David Trainor- moved to gerrit
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Switch the android overscroll glow to use UIResources. This change migrates the android overscroll glow effect from using the PictureLayer to UIResources and UIResourceLayers BUG= Subsumed by: https://codereview.chromium.org/82553015/

Patch Set 1 #

Patch Set 2 : minor naming changes #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -87 lines) Patch
M cc/layers/ui_resource_layer.h View 4 chunks +10 lines, -4 lines 0 comments Download
M cc/layers/ui_resource_layer.cc View 2 chunks +17 lines, -1 line 0 comments Download
M content/browser/android/overscroll_glow.h View 1 6 chunks +20 lines, -10 lines 0 comments Download
M content/browser/android/overscroll_glow.cc View 1 4 chunks +42 lines, -52 lines 2 comments Download
M content/browser/renderer_host/compositor_impl_android.h View 3 chunks +16 lines, -0 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 6 chunks +31 lines, -2 lines 4 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 5 chunks +20 lines, -13 lines 0 comments Download
M content/public/browser/android/compositor.h View 2 chunks +7 lines, -0 lines 0 comments Download
M ui/base/android/window_android.h View 2 chunks +5 lines, -1 line 0 comments Download
M ui/base/android/window_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/android/window_android_observer.h View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
powei
PTAL. Note that loading of the overscroll resources is now done at compositor constructor. Let ...
7 years ago (2013-11-26 00:10:39 UTC) #1
jdduke (slow)
Thanks powei@, this will be a nice payment on the technical debt I've incurred with ...
7 years ago (2013-11-26 01:39:53 UTC) #2
no sievers
https://codereview.chromium.org/82553015/diff/80001/content/browser/renderer_host/compositor_impl_android.cc File content/browser/renderer_host/compositor_impl_android.cc (right): https://codereview.chromium.org/82553015/diff/80001/content/browser/renderer_host/compositor_impl_android.cc#newcode147 content/browser/renderer_host/compositor_impl_android.cc:147: LoadOverscrollResources(); I feel like all this is some very ...
7 years ago (2013-11-26 20:10:16 UTC) #3
powei
+tedchoc@, dtrainor@ for WindowAndroid discussion. Question at hand is where to place resources for the ...
7 years ago (2013-11-26 22:17:40 UTC) #4
no sievers
On 2013/11/26 22:17:40, powei wrote: > +tedchoc@, dtrainor@ for WindowAndroid discussion. > > Question at ...
7 years ago (2013-11-26 22:23:37 UTC) #5
no sievers
On 2013/11/26 22:23:37, sievers wrote: > On 2013/11/26 22:17:40, powei wrote: > > +tedchoc@, dtrainor@ ...
7 years ago (2013-11-26 22:26:13 UTC) #6
powei
On 2013/11/26 22:26:13, sievers wrote: > On 2013/11/26 22:23:37, sievers wrote: > > On 2013/11/26 ...
7 years ago (2013-11-27 18:40:54 UTC) #7
jdduke (slow)
On 2013/11/27 18:40:54, powei wrote: > On 2013/11/26 22:26:13, sievers wrote: > > On 2013/11/26 ...
6 years, 9 months ago (2014-03-01 02:13:34 UTC) #8
aelias_OOO_until_Jul13
Yes, I think so, although this particular one wasn't blocking ubercomp so we haven't prioritized ...
6 years, 9 months ago (2014-03-01 02:50:05 UTC) #9
powei
Yes, I think this is still a good idea. We had a meeting (a few ...
6 years, 9 months ago (2014-03-03 18:35:42 UTC) #10
powei
6 years, 5 months ago (2014-07-08 19:10:30 UTC) #11
Message was sent while issue was closed.
Closed since I can't figure out how to upload to this patch with the new
changes.  'git cl upload' after 'git cl patch' did not work.

continuation is here: https://codereview.chromium.org/377013002/

Powered by Google App Engine
This is Rietveld 408576698