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

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

Issue 2903363002: VR: Split off UI code into a library to ease future unit testing. (Closed)
Patch Set: More tweaks. Created 3 years, 7 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 59cb2b728408d93953709b25e1d396e98de4b1ef..07b04e74b9c55f073f4729e6bb778ad4ffd05ffc 100644
--- a/chrome/browser/android/vr_shell/ui_elements/textured_element.h
+++ b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
@@ -26,7 +26,7 @@ class TexturedElement : public UiElement {
void Initialize() final;
// UiElement interface.
- void Render(VrShellRenderer* renderer,
+ void Render(UiElementRenderer* renderer,
vr::Mat4f view_proj_matrix) const final;
protected:

Powered by Google App Engine
This is Rietveld 408576698