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

Unified Diff: android_webview/browser/parent_output_surface.h

Issue 1441273002: Android WebView: Crash on compositor context loss (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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/parent_output_surface.h
diff --git a/android_webview/browser/parent_output_surface.h b/android_webview/browser/parent_output_surface.h
index 20187fd099f9d96491be650c90c0bab4684ceaa9..5beb02f7d21d33c3c087a3c61e6b08a5b01e5215 100644
--- a/android_webview/browser/parent_output_surface.h
+++ b/android_webview/browser/parent_output_surface.h
@@ -16,6 +16,7 @@ class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
~ParentOutputSurface() override;
// OutputSurface overrides.
+ void DidLoseOutputSurface() override;
void Reshape(const gfx::Size& size,
float scale_factor,
bool has_alpha) override;
« no previous file with comments | « android_webview/browser/aw_render_thread_context_provider.cc ('k') | android_webview/browser/parent_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698