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

Issue 14210004: Consolidate UpdateFrameInfo and SwapCompositorFrame. (Closed)

Created:
7 years, 8 months ago by no sievers
Modified:
7 years, 8 months ago
Reviewers:
Ted C, palmer, Sami, piman
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su, aelias_OOO_until_Jul13, David Trainor- moved to gerrit, Ted C
Visibility:
Public.

Description

Consolidate UpdateFrameInfo and SwapCompositorFrame. The 'frame info' comes from the CompositorFrame message, and the fields are useful only if the update implies a Swap (--composite-to-mailbox or ubercomp). (In other words, a scroll offset is not useful if you don't know what frame it is for.) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194669

Patch Set 1 #

Total comments: 9

Patch Set 2 : address comments #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -118 lines) Patch
M content/browser/android/content_view_core_impl.h View 3 chunks +0 lines, -7 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 3 chunks +0 lines, -12 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 1 chunk +0 lines, -13 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 chunk +0 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 3 chunks +16 lines, -24 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_guest.h View 1 chunk +0 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_guest.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M content/browser/renderer_host/test_render_view_host.h View 1 chunk +0 lines, -8 lines 0 comments Download
M content/common/view_messages.h View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
M content/port/browser/render_widget_host_view_port.h View 1 chunk +0 lines, -8 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 4 chunks +10 lines, -6 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
no sievers
ptal.
7 years, 8 months ago (2013-04-15 23:10:53 UTC) #1
piman
LGTM - this makes me very happy :)
7 years, 8 months ago (2013-04-15 23:21:05 UTC) #2
Ted C
lgtm
7 years, 8 months ago (2013-04-15 23:33:09 UTC) #3
no sievers
+Chris Palmer for removal of unused message in content/common/view_messages.h
7 years, 8 months ago (2013-04-16 00:02:55 UTC) #4
Sami
Great cleanup, lgtm. https://codereview.chromium.org/14210004/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/14210004/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc#newcode507 content/browser/renderer_host/render_widget_host_view_android.cc:507: // Always let ContentViewCore know about ...
7 years, 8 months ago (2013-04-16 09:44:21 UTC) #5
no sievers
https://codereview.chromium.org/14210004/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/14210004/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc#newcode507 content/browser/renderer_host/render_widget_host_view_android.cc:507: // Always let ContentViewCore know about the new frame ...
7 years, 8 months ago (2013-04-16 16:06:32 UTC) #6
Sami
https://codereview.chromium.org/14210004/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/14210004/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc#newcode507 content/browser/renderer_host/render_widget_host_view_android.cc:507: // Always let ContentViewCore know about the new frame ...
7 years, 8 months ago (2013-04-16 16:19:20 UTC) #7
palmer
lgtm https://codereview.chromium.org/14210004/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java File content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (right): https://codereview.chromium.org/14210004/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode802 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:802: * Indicate that the browser compositor has consumed ...
7 years, 8 months ago (2013-04-16 17:21:30 UTC) #8
no sievers
https://codereview.chromium.org/14210004/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java File content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (right): https://codereview.chromium.org/14210004/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode251 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:251: // Whether we received a new frame, since consumePendingRendererFrame() ...
7 years, 8 months ago (2013-04-16 18:37:04 UTC) #9
no sievers
7 years, 8 months ago (2013-04-17 21:02:00 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 manually as r194669 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698