| Index: chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/textured_element.h b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| index 0347b699ca0559de61d76f49ced38245e749125c..f3e1411f5d7a4a7cc2c159b261738ff3308e24d2 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| @@ -33,6 +33,7 @@ class TexturedElement : public UiElement {
|
| protected:
|
| virtual UiTexture* GetTexture() const = 0;
|
| virtual void UpdateTexture();
|
| + virtual void UpdateElementSize();
|
|
|
| private:
|
| void Flush(SkSurface* surface);
|
|
|