| Index: ui/aura_shell/examples/aura_shell_main.cc
|
| diff --git a/ui/aura_shell/examples/aura_shell_main.cc b/ui/aura_shell/examples/aura_shell_main.cc
|
| index a2688e16530dc8803073edd273ffdd9f69367a53..414bcdddbfc813ab44edd8b6cbce92321d9eb698 100644
|
| --- a/ui/aura_shell/examples/aura_shell_main.cc
|
| +++ b/ui/aura_shell/examples/aura_shell_main.cc
|
| @@ -51,7 +51,7 @@ class ShellDelegateImpl : public aura_shell::ShellDelegate {
|
| i == 1 ? 255 : 0,
|
| i == 2 ? 255 : 0);
|
| }
|
| - image_count = (image_count + 1) % 2;
|
| + image_count = (image_count + 1) % 3;
|
| return true; // Makes the entry show up in the launcher.
|
| }
|
| };
|
|
|