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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/screen_dimmer.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/screen_dimmer.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.h b/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.h
index c2e83f9681220e16cad5b5d4c98f5f2f6202fbfe..886e5199b120a780b6a927b2b32f250db66f86db 100644
--- a/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.h
+++ b/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.h
@@ -18,7 +18,7 @@ class ScreenDimmer : public UiElement {
void Initialize() final;
// UiElement interface.
- void Render(VrShellRenderer* renderer,
+ void Render(UiElementRenderer* renderer,
vr::Mat4f view_proj_matrix) const final;
DISALLOW_COPY_AND_ASSIGN(ScreenDimmer);
« no previous file with comments | « chrome/browser/android/vr_shell/ui_element_renderer.h ('k') | chrome/browser/android/vr_shell/ui_elements/screen_dimmer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698