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

Unified Diff: chrome/browser/android/vr_shell/textures/button_texture.h

Issue 2926643003: [VrShell] Centralize color handling and enable close button on fullscreen (Closed)
Patch Set: 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/textures/button_texture.h
diff --git a/chrome/browser/android/vr_shell/textures/button_texture.h b/chrome/browser/android/vr_shell/textures/button_texture.h
index 6ddf8cd94e344dd11c4898de9d05097c319d93cd..806c02d94deaa979b3918c9d97301e5093d3aa64 100644
--- a/chrome/browser/android/vr_shell/textures/button_texture.h
+++ b/chrome/browser/android/vr_shell/textures/button_texture.h
@@ -21,6 +21,7 @@ class ButtonTexture : public UiTexture {
bool hovered() const { return hovered_; }
private:
+ void OnSetMode() override;
bool pressed_ = false;
bool hovered_ = false;
};
« no previous file with comments | « chrome/browser/android/vr_shell/color_scheme.cc ('k') | chrome/browser/android/vr_shell/textures/button_texture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698