commit | 9578e642403c0fa4fdcb32828f27c2417cabe88d | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Mon Sep 09 16:15:56 2013 -0700 |
committer | Tim Murray <timmurray@google.com> | Mon Sep 09 16:23:27 2013 -0700 |
tree | 34e95855ef8c2e7b080106bb83d7fccfbc9fb17a | |
parent | 16c3220734f3cbf32c0148d82815d93e2f28af65 [diff] [blame] |
Add flags word to initialization. bug 10427951 Change-Id: I1356b9b96315ead44aa3898de5604d75f9bb8be5
diff --git a/libs/hwui/FontRenderer.cpp b/libs/hwui/FontRenderer.cpp index 22b1485..e8456af 100644 --- a/libs/hwui/FontRenderer.cpp +++ b/libs/hwui/FontRenderer.cpp
@@ -732,7 +732,7 @@ if (mRs == 0) { mRs = new RSC::RS(); - if (!mRs->init(true, true)) { + if (!mRs->init(RSC::RS_INIT_LOW_LATENCY & RSC::RS_INIT_SYNCHRONOUS)) { ALOGE("blur RS failed to init"); }