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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/url_bar.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/url_bar.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/url_bar.h b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
index f5e116dae4d39723fa69ad03499659b6eb712e43..dcaae99f8c6c76e98ce2a29386bc19fecad7322d 100644
--- a/chrome/browser/android/vr_shell/ui_elements/url_bar.h
+++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
@@ -22,7 +22,8 @@ struct ToolbarState;
class UrlBar : public TexturedElement {
public:
- UrlBar(int preferred_width,
+ UrlBar(int id,
+ int preferred_width,
const base::Callback<void()>& back_button_callback,
const base::Callback<void()>& security_icon_callback,
const base::Callback<void(UiUnsupportedMode)>& failure_callback);

Powered by Google App Engine
This is Rietveld 408576698