| Index: remoting/client/jni/chromoting_jni_runtime.h
|
| diff --git a/remoting/client/jni/chromoting_jni_runtime.h b/remoting/client/jni/chromoting_jni_runtime.h
|
| index dca16318a6ef3abc1f02fb66923356a81dce174b..5ce8aa4d481d930a651ee910a25b8a6d751b6299 100644
|
| --- a/remoting/client/jni/chromoting_jni_runtime.h
|
| +++ b/remoting/client/jni/chromoting_jni_runtime.h
|
| @@ -62,6 +62,8 @@ class ChromotingJniRuntime {
|
| // Fetch OAuth token for the telemetry logger. Call on UI thread.
|
| void FetchAuthToken();
|
|
|
| + bool use_opengl_ = true;
|
| +
|
| private:
|
| ChromotingJniRuntime();
|
|
|
|
|