| Index: runtime/embedders/openglui/common/graphics_handler.cc
|
| ===================================================================
|
| --- runtime/embedders/openglui/common/graphics_handler.cc (revision 20570)
|
| +++ runtime/embedders/openglui/common/graphics_handler.cc (working copy)
|
| @@ -109,6 +109,9 @@
|
| }
|
|
|
| int32_t GraphicsHandler::Update() {
|
| + LOGI("In GraphicsHandler::Update, display_context dirty %s",
|
| + (display_context == NULL ? "NULL" :
|
| + (display_context->isDirty() ? "yes":"no")));
|
| if (display_context != NULL && display_context->isDirty()) {
|
| LOGI("Flushing display context\n");
|
| display_context->Flush();
|
|
|