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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.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_backplane.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h b/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h
index 8b9f7cb5604f599b0c119fd09a89a2de5268a113..083449ca28e4b817cf302faed03c01c74d38b1e0 100644
--- a/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h
+++ b/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h
@@ -14,7 +14,8 @@ namespace vr_shell {
// roughly planar with the prompt when its near the prompt.
class ExitPromptBackplane : public UiElement {
public:
- explicit ExitPromptBackplane(const base::Callback<void()>& click_callback);
+ explicit ExitPromptBackplane(int id,
+ const base::Callback<void()>& click_callback);
~ExitPromptBackplane() override;
void OnButtonUp(const gfx::PointF& position) override;

Powered by Google App Engine
This is Rietveld 408576698