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

Unified Diff: android_webview/browser/in_process_view_renderer.h

Issue 23086003: Revert "[Android WebView] Fast Fallback Tick take 2" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/browser/in_process_view_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/in_process_view_renderer.h
diff --git a/android_webview/browser/in_process_view_renderer.h b/android_webview/browser/in_process_view_renderer.h
index e86796fb304e647466f70ae4a2c5c78ebea56ac5..2ca0f88157efa6e045d02e145e26a336438cea66 100644
--- a/android_webview/browser/in_process_view_renderer.h
+++ b/android_webview/browser/in_process_view_renderer.h
@@ -126,13 +126,6 @@ class InProcessViewRenderer : public BrowserViewRenderer,
// states.
bool compositor_needs_continuous_invalidate_;
- // If this is true, then the fallback tick is posted with zero delay. This
- // is to reduce the time in cases when blink main thread is blocked waiting.
- // This is set when |compositor_needs_continuous_invalidate_| is set.
- // Eventually, this should correspond to BeginFrame when BeginFrame and
- // BeginFrameDeadline are separate functions.
- bool need_fast_invalidate_;
-
// Used to block additional invalidates while one is already pending or before
// compositor draw which may switch continuous_invalidate on and off in the
// process.
« no previous file with comments | « no previous file | android_webview/browser/in_process_view_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698