| Index: content/public/browser/android/synchronous_compositor.h
|
| diff --git a/content/public/browser/android/synchronous_compositor.h b/content/public/browser/android/synchronous_compositor.h
|
| index afe49cdd5cdc078ae2b54352350afff3f3cf7035..781071b1a79cb9e7b9367ddc2ea192b6c9367a4c 100644
|
| --- a/content/public/browser/android/synchronous_compositor.h
|
| +++ b/content/public/browser/android/synchronous_compositor.h
|
| @@ -50,6 +50,10 @@ class CONTENT_EXPORT SynchronousCompositor {
|
| // behavior.
|
| static void SetRecordFullDocument(bool record_full_document);
|
|
|
| + // Turn on using ipc-based command buffer at run time. This should be removed
|
| + // once this feature is fully launched.
|
| + static void SetUseIpcCommandBuffer();
|
| +
|
| // "On demand" hardware draw. The content is first clipped to |damage_area|,
|
| // then transformed through |transform|, and finally clipped to |view_size|.
|
| virtual scoped_ptr<cc::CompositorFrame> DemandDrawHw(
|
|
|