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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc

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_backplane.cc
diff --git a/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc b/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc
index 6dcd5a834b64feec1350c0bee69498501a9a1fe8..9d2c755f715690934be0216fdd7399679ef07d27 100644
--- a/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc
+++ b/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc
@@ -9,8 +9,9 @@
namespace vr_shell {
ExitPromptBackplane::ExitPromptBackplane(
+ int id,
const base::Callback<void()>& click_callback)
- : click_callback_(click_callback) {}
+ : UiElement(id), click_callback_(click_callback) {}
ExitPromptBackplane::~ExitPromptBackplane() = default;

Powered by Google App Engine
This is Rietveld 408576698