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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/exit_prompt.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
Index: chrome/browser/android/vr_shell/ui_elements/exit_prompt.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/exit_prompt.h b/chrome/browser/android/vr_shell/ui_elements/exit_prompt.h
index 51d44da7ce86b6c9a5bfaf8f66b8b48038557972..d434b9e87ded60a81c3de2006c431709303fea79 100644
--- a/chrome/browser/android/vr_shell/ui_elements/exit_prompt.h
+++ b/chrome/browser/android/vr_shell/ui_elements/exit_prompt.h
@@ -17,7 +17,8 @@ class ExitPromptTexture;
class ExitPrompt : public TexturedElement {
public:
- ExitPrompt(int preferred_width,
+ ExitPrompt(int id,
+ int preferred_width,
const base::Callback<void()>& primary_button_callback,
const base::Callback<void()>& secondary_buttton_callback);
~ExitPrompt() override;

Powered by Google App Engine
This is Rietveld 408576698