| Index: chrome/browser/android/vr_shell/textures/url_bar_texture.h
|
| diff --git a/chrome/browser/android/vr_shell/textures/url_bar_texture.h b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
|
| index bd646b176c9c698abcb9f79384290bfb275a1087..a8a32bdd226f91fe83870a833d7fc113ed72859d 100644
|
| --- a/chrome/browser/android/vr_shell/textures/url_bar_texture.h
|
| +++ b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
|
| @@ -44,6 +44,7 @@ class UrlBarTexture : public UiTexture {
|
|
|
| bool HitsBackButton(const gfx::PointF& position) const;
|
| bool HitsUrlBar(const gfx::PointF& position) const;
|
| + bool HitsSecurityIcon(const gfx::PointF& position) const;
|
|
|
| void SetHovered(bool hovered);
|
| void SetPressed(bool pressed);
|
| @@ -62,6 +63,7 @@ class UrlBarTexture : public UiTexture {
|
| void RenderUrl(const gfx::Size& texture_size, const gfx::Rect& bounds);
|
| void OnSetMode() override;
|
| const ColorScheme& color_scheme() const;
|
| + gfx::PointF security_icon_position_meters() const;
|
|
|
| gfx::SizeF size_;
|
| bool hovered_ = false;
|
|
|