Replace all usages of SurfaceFactory with CompositorFrameSinkSupport in Android |
||
Issue descriptionGenerally, all raw usages of SurfaceFactroy should be replaced with CompositorFrameSinkSupport. This helps create a unified API to the display compositor. Files in Android's code that currently use SurfaceFactory: android_webview/browser/hardware_renderer.h ui/android/delegated_frame_host_android.h content/renderer/android/synchronous_compositor_frame_sink.h
,
Feb 13 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/923a54c19fd80ea3fd7cafc7d2feec0ae3a939c1 commit 923a54c19fd80ea3fd7cafc7d2feec0ae3a939c1 Author: samans <samans@chromium.org> Date: Mon Feb 13 22:19:22 2017 Replace SurfaceFactory in SynchronousCompositorFrameSink with CompositorFrameSinkSupport BUG= 691684 Review-Url: https://codereview.chromium.org/2692963002 Cr-Commit-Position: refs/heads/master@{#450115} [modify] https://crrev.com/923a54c19fd80ea3fd7cafc7d2feec0ae3a939c1/content/renderer/android/synchronous_compositor_frame_sink.cc [modify] https://crrev.com/923a54c19fd80ea3fd7cafc7d2feec0ae3a939c1/content/renderer/android/synchronous_compositor_frame_sink.h
,
Mar 2 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b779ecab5440706c5b1b7f3c8356ba110c535e97 commit b779ecab5440706c5b1b7f3c8356ba110c535e97 Author: samans <samans@chromium.org> Date: Thu Mar 02 22:16:37 2017 DelegatedFrameHostAndroid should use CompositorFrameSinkSupport This helps us unify the API to display compositor and enable SurfaceReferences. BUG= 693902 , 691684 Review-Url: https://codereview.chromium.org/2725763003 Cr-Commit-Position: refs/heads/master@{#454401} [modify] https://crrev.com/b779ecab5440706c5b1b7f3c8356ba110c535e97/content/browser/renderer_host/render_widget_host_view_android.cc [modify] https://crrev.com/b779ecab5440706c5b1b7f3c8356ba110c535e97/content/browser/renderer_host/render_widget_host_view_android.h [modify] https://crrev.com/b779ecab5440706c5b1b7f3c8356ba110c535e97/ui/android/delegated_frame_host_android.cc [modify] https://crrev.com/b779ecab5440706c5b1b7f3c8356ba110c535e97/ui/android/delegated_frame_host_android.h
,
Mar 3 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by samans@chromium.org
, Feb 13 2017