| 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 09a12e5df1f60cf666a9fec7ece5a2f9be4d6e64..84a263e0ed67fbce01b8df31845f3b096c807c46 100644
|
| --- a/content/public/browser/android/compositor_client.h
|
| +++ b/content/public/browser/android/compositor_client.h
|
| @@ -20,12 +20,6 @@ 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() {}
|
| -
|
| - // Mark the UI Resources as being invalid for use.
|
| - virtual void UIResourcesAreInvalid() {}
|
| -
|
| protected:
|
| CompositorClient() {}
|
| virtual ~CompositorClient() {}
|
|
|