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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.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/exclusive_screen_toast.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h b/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h
index 4c2d5f33dda1c48aa55e2b30e71255e8bf2a1a79..2cb61e13e0db8a312f8e08647b6cc834ada61c06 100644
--- a/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h
+++ b/chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h
@@ -14,7 +14,9 @@ namespace vr_shell {
class ExclusiveScreenToast
: public TransientSimpleTexturedElement<ExclusiveScreenToastTexture> {
public:
- ExclusiveScreenToast(int preferred_width, const base::TimeDelta& timeout);
+ ExclusiveScreenToast(int id,
+ int preferred_width,
+ const base::TimeDelta& timeout);
~ExclusiveScreenToast() override;
private:

Powered by Google App Engine
This is Rietveld 408576698