| Index: mojo/examples/sample_app/sample_app.cc
|
| diff --git a/mojo/examples/sample_app/sample_app.cc b/mojo/examples/sample_app/sample_app.cc
|
| index 5c3e878d9a2ddb78d81dbfaf2d7eaf6945a13348..6c4df4d2ef7cba668b8eea1c66697640cfda1cd9 100644
|
| --- a/mojo/examples/sample_app/sample_app.cc
|
| +++ b/mojo/examples/sample_app/sample_app.cc
|
| @@ -76,6 +76,7 @@ class SampleApp : public ShellClient {
|
| }
|
|
|
| virtual void OnBoundsChanged(const Rect& bounds) MOJO_OVERRIDE {
|
| + gles2_client_->SetSize(bounds.size());
|
| }
|
|
|
| virtual void OnEvent(const Event& event) MOJO_OVERRIDE {
|
|
|