| Index: chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.h
|
| diff --git a/chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.h b/chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.h
|
| index 216f94df745e933821ac798dfd99d4a765d798ff..8a11938bf82a0910876495edb0e4a0344672aaac 100644
|
| --- a/chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.h
|
| +++ b/chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.h
|
| @@ -17,7 +17,7 @@ class InsecureContentTransientTexture : public UiTexture {
|
| gfx::SizeF GetDrawnSize() const override;
|
|
|
| private:
|
| - void Draw(gfx::Canvas* canvas, const gfx::Size& texture_size) override;
|
| + void Draw(SkCanvas* sk_canvas, const gfx::Size& texture_size) override;
|
|
|
| gfx::SizeF size_;
|
| };
|
|
|