| 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 d835de199d7fa58adb8722e9956602b28b2c575c..d70f0c07af31600194d3f25086e6c4e67151aef1 100644
|
| --- a/content/public/browser/android/compositor_client.h
|
| +++ b/content/public/browser/android/compositor_client.h
|
| @@ -23,12 +23,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() {}
|
|
|