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

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

Issue 2966793002: NOT FOR REVIEW - convert to cc animation
Patch Set: switch to transform operations 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
« no previous file with comments | « chrome/browser/android/vr_shell/easing.cc ('k') | chrome/browser/android/vr_shell/ui_elements/button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/ui_elements/button.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/button.h b/chrome/browser/android/vr_shell/ui_elements/button.h
index 923c6e5cc39125953314aad6b9617e311c38761d..18cbcb0f93007d97628baabe1078c5e14d7d836a 100644
--- a/chrome/browser/android/vr_shell/ui_elements/button.h
+++ b/chrome/browser/android/vr_shell/ui_elements/button.h
@@ -21,7 +21,8 @@ class ButtonTexture;
class Button : public TexturedElement {
public:
- explicit Button(base::Callback<void()> click_handler,
+ explicit Button(int id,
+ base::Callback<void()> click_handler,
std::unique_ptr<ButtonTexture> texture);
~Button() override;
« no previous file with comments | « chrome/browser/android/vr_shell/easing.cc ('k') | chrome/browser/android/vr_shell/ui_elements/button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698