| Index: chrome/browser/android/vr_shell/textures/ui_texture.cc
|
| diff --git a/chrome/browser/android/vr_shell/textures/ui_texture.cc b/chrome/browser/android/vr_shell/textures/ui_texture.cc
|
| index 4d3153cc46b1a03cb32e5cd9bef174284d9ce327..93e773b8a79f0a5e64049750abff906e3fbe67d5 100644
|
| --- a/chrome/browser/android/vr_shell/textures/ui_texture.cc
|
| +++ b/chrome/browser/android/vr_shell/textures/ui_texture.cc
|
| @@ -80,6 +80,7 @@ bool UiTexture::SetDrawFlags(int draw_flags) {
|
| void UiTexture::DrawAndLayout(SkCanvas* canvas, const gfx::Size& texture_size) {
|
| TRACE_EVENT0("gpu", "UiTexture::DrawAndLayout");
|
| canvas->drawColor(SK_ColorTRANSPARENT);
|
| + dirty_ = false;
|
| Draw(canvas, texture_size);
|
| }
|
|
|
|
|