| 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..d3c90b09774fa2b4135093d4b8a38b163874afe2 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 SecurityIconPositionMeters() const;
|
|
|
| gfx::SizeF size_;
|
| bool hovered_ = false;
|
|
|