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

Unified Diff: android_webview/browser/test/fake_window.h

Issue 798763005: aw: Fix clearView implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2272
Patch Set: Created 5 years, 11 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
Index: android_webview/browser/test/fake_window.h
diff --git a/android_webview/browser/test/fake_window.h b/android_webview/browser/test/fake_window.h
index abe9ec0ff9059d2b7a5754d0682bf8abd4354871..18b0cf4cf9661f2373864b1349b4ec0a8bc0794b 100644
--- a/android_webview/browser/test/fake_window.h
+++ b/android_webview/browser/test/fake_window.h
@@ -29,7 +29,7 @@ class WindowHooks {
virtual ~WindowHooks() {}
virtual void WillOnDraw() = 0;
- virtual void DidOnDraw() = 0;
+ virtual void DidOnDraw(bool success) = 0;
virtual void WillSyncOnRT(SharedRendererState* functor) = 0;
virtual void DidSyncOnRT(SharedRendererState* functor) = 0;
« no previous file with comments | « android_webview/browser/browser_view_renderer_unittest.cc ('k') | android_webview/browser/test/fake_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698