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

Issue 11108004: Android Browser Compositor: Add ScheduleComposite() callback. (Closed)

Created:
8 years, 2 months ago by no sievers
Modified:
8 years, 2 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su, David Trainor- moved to gerrit, Jerome
Visibility:
Public.

Description

Android Browser Compositor: Add ScheduleComposite() callback. This tells the client that it should schedule a composite operation (i.e. during next vsync signal). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=161887

Patch Set 1 #

Total comments: 7

Patch Set 2 : address piman's comments #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -87 lines) Patch
M chrome/android/testshell/tab_manager.cc View 1 2 5 chunks +22 lines, -17 lines 0 comments Download
M content/browser/android/draw_delegate_impl.h View 1 chunk +0 lines, -6 lines 0 comments Download
M content/browser/android/draw_delegate_impl.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 4 chunks +8 lines, -10 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 2 chunks +11 lines, -5 lines 0 comments Download
M content/public/browser/android/compositor.h View 3 chunks +9 lines, -6 lines 0 comments Download
M content/public/browser/android/draw_delegate.h View 1 chunk +2 lines, -15 lines 0 comments Download
M content/shell/android/shell_manager.cc View 1 2 5 chunks +22 lines, -14 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
no sievers
8 years, 2 months ago (2012-10-11 23:52:55 UTC) #1
David Trainor- moved to gerrit
lgtm
8 years, 2 months ago (2012-10-11 23:59:56 UTC) #2
no sievers
On 2012/10/11 23:59:56, dtrainor wrote: > lgtma added piman for OWNERS
8 years, 2 months ago (2012-10-12 19:42:29 UTC) #3
piman
http://codereview.chromium.org/11108004/diff/1/content/browser/renderer_host/compositor_impl_android.h File content/browser/renderer_host/compositor_impl_android.h (right): http://codereview.chromium.org/11108004/diff/1/content/browser/renderer_host/compositor_impl_android.h#newcode27 content/browser/renderer_host/compositor_impl_android.h:27: CompositorImpl(Compositor::Client* client); nit: explicit http://codereview.chromium.org/11108004/diff/1/content/shell/android/shell_manager.cc File content/shell/android/shell_manager.cc (right): http://codereview.chromium.org/11108004/diff/1/content/shell/android/shell_manager.cc#newcode42 ...
8 years, 2 months ago (2012-10-12 20:53:06 UTC) #4
no sievers
http://codereview.chromium.org/11108004/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): http://codereview.chromium.org/11108004/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc#newcode324 content/browser/renderer_host/render_widget_host_view_android.cc:324: ImageTransportFactoryAndroid::GetInstance()->InsertSyncPoint(); @piman: One thing: Isn't it a problem that ...
8 years, 2 months ago (2012-10-12 21:33:07 UTC) #5
piman
On Fri, Oct 12, 2012 at 2:33 PM, <sievers@chromium.org> wrote: > > http://codereview.chromium.**org/11108004/diff/1/content/** > browser/renderer_host/render_**widget_host_view_android.cc<http://codereview.chromium.org/11108004/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc> ...
8 years, 2 months ago (2012-10-12 21:34:22 UTC) #6
no sievers
http://codereview.chromium.org/11108004/diff/1/content/browser/renderer_host/compositor_impl_android.h File content/browser/renderer_host/compositor_impl_android.h (right): http://codereview.chromium.org/11108004/diff/1/content/browser/renderer_host/compositor_impl_android.h#newcode27 content/browser/renderer_host/compositor_impl_android.h:27: CompositorImpl(Compositor::Client* client); On 2012/10/12 20:53:06, piman wrote: > nit: ...
8 years, 2 months ago (2012-10-12 22:33:50 UTC) #7
piman
LGTM+nit http://codereview.chromium.org/11108004/diff/10001/chrome/android/testshell/tab_manager.cc File chrome/android/testshell/tab_manager.cc (right): http://codereview.chromium.org/11108004/diff/10001/chrome/android/testshell/tab_manager.cc#newcode43 chrome/android/testshell/tab_manager.cc:43: bool g_scheduled_composite = false; nit: should this be ...
8 years, 2 months ago (2012-10-13 18:04:21 UTC) #8
piman
Oh, and +jam for content/public changes
8 years, 2 months ago (2012-10-13 18:05:37 UTC) #9
jam
lgtm
8 years, 2 months ago (2012-10-15 06:42:22 UTC) #10
commit-bot: I haz the power
8 years, 2 months ago (2012-10-15 17:34:23 UTC) #11

Powered by Google App Engine
This is Rietveld 408576698