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

Issue 16119003: Move SynchronousCompositor into content/browser (Closed)

Created:
7 years, 6 months ago by joth
Modified:
7 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jamesr
Visibility:
Public.

Description

Move SynchronousCompositor into content/browser This means all the hookup can remain in content/ so less internal details need to be revealed in the public API long-term. Follow-up steps will rationalize the embedder API for these features (currently its split across numerous switches and ContentRendererClient upcalls, that can now be unified). Initial move implemented with:- $ tools/git/move_source_file.py \ content/renderer/android/synchronous_compositor_* \ content/browser/android/in_process/ BUG=

Patch Set 1 #

Total comments: 10

Patch Set 2 : mkosiba comments, and working #

Patch Set 3 : cleanup #

Patch Set 4 : comment, check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+402 lines, -365 lines) Patch
A content/browser/android/in_process/DEPS View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A content/browser/android/in_process/synchronous_compositor_impl.h View 1 2 3 1 chunk +69 lines, -0 lines 0 comments Download
A content/browser/android/in_process/synchronous_compositor_impl.cc View 1 2 1 chunk +151 lines, -0 lines 0 comments Download
A + content/browser/android/in_process/synchronous_compositor_output_surface.h View 1 2 3 5 chunks +28 lines, -18 lines 0 comments Download
A + content/browser/android/in_process/synchronous_compositor_output_surface.cc View 1 2 7 chunks +26 lines, -30 lines 0 comments Download
M content/browser/browser_main_loop.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/renderer/android/synchronous_compositor.h View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M content/public/renderer/android/synchronous_compositor_client.h View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
A content/renderer/android/synchronous_compositor_factory.h View 1 1 chunk +45 lines, -0 lines 0 comments Download
A content/renderer/android/synchronous_compositor_factory.cc View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
D content/renderer/android/synchronous_compositor_output_surface.h View 1 2 1 chunk +0 lines, -74 lines 0 comments Download
D content/renderer/android/synchronous_compositor_output_surface.cc View 1 2 1 chunk +0 lines, -220 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 2 chunks +11 lines, -5 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
joth
Doesn't even compile yet!! So not ready for nits... just wanted to pass this by ...
7 years, 6 months ago (2013-05-29 06:05:10 UTC) #1
mkosiba (inactive)
SGTM. My original CL is still blocked on an OWNER's review so if you want ...
7 years, 6 months ago (2013-05-29 15:31:58 UTC) #2
joth
On 29 May 2013 08:31, <mkosiba@chromium.org> wrote: > SGTM. My original CL is still blocked ...
7 years, 6 months ago (2013-05-29 18:19:00 UTC) #3
joth
https://codereview.chromium.org/16119003/diff/1/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/16119003/diff/1/content/browser/android/in_process/synchronous_compositor_output_surface.cc#newcode99 content/browser/android/in_process/synchronous_compositor_output_surface.cc:99: capabilities_.deferred_gl_initialization = true; On 2013/05/29 06:05:10, joth wrote: > ...
7 years, 6 months ago (2013-05-29 20:19:07 UTC) #4
joth
+jam, jamesr jam: this is my proposed solution to the issues you mentioned in https://codereview.chromium.org/15720007/ ...
7 years, 6 months ago (2013-05-29 21:45:53 UTC) #5
joth
7 years, 6 months ago (2013-05-30 01:04:49 UTC) #6
This patch is obsolete! please look at https://codereview.chromium.org/15851006/
 instead which includes the corresponding API file moves too.

Powered by Google App Engine
This is Rietveld 408576698