| Index: content/public/renderer/android/synchronous_compositor.h
|
| diff --git a/content/public/renderer/android/synchronous_compositor.h b/content/public/renderer/android/synchronous_compositor.h
|
| index 23bbe00de3a70a7e203fddbe5f02ed533587faed..c8783c1844c4f31199a6bbbb81d38fead14c61a3 100644
|
| --- a/content/public/renderer/android/synchronous_compositor.h
|
| +++ b/content/public/renderer/android/synchronous_compositor.h
|
| @@ -29,14 +29,13 @@ class SynchronousCompositor {
|
| // the caller.
|
| virtual void SetClient(SynchronousCompositorClient* client) = 0;
|
|
|
| - // Returns true is the compositor is fully initialized and ready to receive
|
| - // calls to DemandDrawHw().
|
| - virtual bool IsHwReady() = 0;
|
| -
|
| // "On demand" SW draw, into the supplied canvas (observing the transform
|
| // and clip set there-in).
|
| virtual bool DemandDrawSw(SkCanvas* canvas) = 0;
|
|
|
| + // TODO(boliu): comment
|
| + virtual bool InitializeHwDraw() = 0;
|
| +
|
| // "On demand" hardware draw. The content is first clipped to |damage_area|,
|
| // then transformed through |transform|, and finally clipped to |view_size|.
|
| virtual bool DemandDrawHw(
|
|
|