| 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 b1b377b7eb0348aed51bc8b21ed5d938b6bbdf7b..59cb2b728408d93953709b25e1d396e98de4b1ef 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| @@ -35,6 +35,7 @@ class TexturedElement : public UiElement {
|
|
|
| private:
|
| void Flush(SkSurface* surface);
|
| + void OnSetMode() override;
|
|
|
| gfx::Size texture_size_;
|
| GLuint texture_handle_;
|
|
|