Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Issue 19509007: [Android WebView] Fix cancelling FallbackTick (Closed)

Created:
7 years, 5 months ago by boliu
Modified:
7 years, 5 months ago
Reviewers:
joth
CC:
chromium-reviews, android-webview-reviews_chromium.org
Visibility:
Public.

Description

[Android WebView] Fix cancelling FallbackTick Inside OnDraw, RequestDrawGL can fail and return false, which means there will not be a follow up DrawGL call to actually trigger the draw, but the FallbackTick is cancelled anyway. Fix by moving the cancel inside DrawSWInteral to reflect we only want to cancel when we actually draw. BUG=internal b/9978808 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213302

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M android_webview/browser/in_process_view_renderer.cc View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
boliu
simple fix
7 years, 5 months ago (2013-07-23 22:39:14 UTC) #1
joth
lgtm
7 years, 5 months ago (2013-07-23 22:57:21 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/19509007/1
7 years, 5 months ago (2013-07-24 00:54:06 UTC) #3
commit-bot: I haz the power
7 years, 5 months ago (2013-07-24 00:56:10 UTC) #4
Message was sent while issue was closed.
Change committed as 213302

Powered by Google App Engine
This is Rietveld 408576698