| Index: chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h
|
| diff --git a/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h b/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h
|
| index 55f774590bf3c925b070354d7afd58ff602d3394..1fbc1b5202ba57b21ce1aa978612652ecf4838a4 100644
|
| --- a/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h
|
| +++ b/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h
|
| @@ -17,7 +17,7 @@ class InsecureContentPermanentTexture : public UiTexture {
|
| gfx::SizeF GetDrawnSize() const override;
|
|
|
| private:
|
| - void Draw(gfx::Canvas* canvas, const gfx::Size& texture_size) override;
|
| + void Draw(SkCanvas* canvas, const gfx::Size& texture_size) override;
|
|
|
| gfx::SizeF size_;
|
| };
|
|
|