| Index: content/public/browser/android/compositor.h
|
| diff --git a/content/public/browser/android/compositor.h b/content/public/browser/android/compositor.h
|
| index 7cb73e258386415e941768e8151745a667865d1b..c8c5eb23ab8bcb34189b02b6d7bb2b38fac8f0ad 100644
|
| --- a/content/public/browser/android/compositor.h
|
| +++ b/content/public/browser/android/compositor.h
|
| @@ -69,9 +69,6 @@ class CONTENT_EXPORT Compositor {
|
| // The buffer is not modified if false is returned.
|
| virtual bool CompositeAndReadback(void *pixels, const gfx::Rect& rect) = 0;
|
|
|
| - // Composite immediately. Used in single-threaded mode.
|
| - virtual void Composite() = 0;
|
| -
|
| // Generates a UIResource and returns a UIResourceId. |is_transient|
|
| // indicates whether or not to release the resource once the bitmap
|
| // has been uploaded. May return 0.
|
|
|