Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: chrome/browser/android/vr_shell/ui_elements/textured_element.h

Issue 2950173002: VR: System indicator rework. (Closed)
Patch Set: Address comments; increase size slightly for readability, now that position is dynamic. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698