Temporarily remove DCHECK that triggers during hardware teardown.
commite020a9ef53a39b4010a68925933f4f1de6b83ca6
authortobiasjs <tobiasjs@chromium.org>
Fri, 6 Feb 2015 12:10:43 +0000 (6 04:10 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 12:11:29 +0000 (6 12:11 +0000)
treee701864917077d1e599dc831a290d57373a41f3f
parent0826b636a11190f231e2ca167f7ec1304234be6a
Temporarily remove DCHECK that triggers during hardware teardown.

The logic that this DCHECK checks is correct, but during hardware
teardown the tracking information is also reset, even though the sync
RequestDrawGL has not set up the tracking info that it is resetting,
leaving the tracker in an unexpected state.

Ideally we should be differentiating the DrawGL calls required for
hardware teardown from the normal kModeProcess DrawGL calls, but that
seems to require touching framework code, making it difficult to fix.

BUG=451955

Review URL: https://codereview.chromium.org/902813003

Cr-Commit-Position: refs/heads/master@{#315002}
android_webview/browser/shared_renderer_state.cc