| Index: trunk/src/content/public/browser/android/compositor_client.h
|
| ===================================================================
|
| --- trunk/src/content/public/browser/android/compositor_client.h (revision 223178)
|
| +++ trunk/src/content/public/browser/android/compositor_client.h (working copy)
|
| @@ -23,12 +23,6 @@
|
| // 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() {}
|
|
|