| Index: content/public/browser/android/compositor_client.h
|
| diff --git a/content/public/browser/android/compositor_client.h b/content/public/browser/android/compositor_client.h
|
| index d70f0c07af31600194d3f25086e6c4e67151aef1..811bf9caba57637257c972e5243f1864d5c0d322 100644
|
| --- a/content/public/browser/android/compositor_client.h
|
| +++ b/content/public/browser/android/compositor_client.h
|
| @@ -23,6 +23,9 @@ class CONTENT_EXPORT CompositorClient {
|
| // Tells the client that GL resources were lost and need to be reinitialized.
|
| virtual void DidLoseResources() {}
|
|
|
| + // Tells the client that UI resources were lost and need to be reinitialized.
|
| + virtual void DidLoseUIResources() {}
|
| +
|
| protected:
|
| CompositorClient() {}
|
| virtual ~CompositorClient() {}
|
|
|