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

Unified Diff: content/common/gpu/gpu_surface_lookup.h

Issue 12038095: Android webview fix gpu crashes after destroy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fixes. Created 7 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: content/common/gpu/gpu_surface_lookup.h
diff --git a/content/common/gpu/gpu_surface_lookup.h b/content/common/gpu/gpu_surface_lookup.h
index 2bbdb1c09a97e92eadfcf47a7241b4b840ec9c06..751b8346739b9812a738af0a86a705b55e30984a 100644
--- a/content/common/gpu/gpu_surface_lookup.h
+++ b/content/common/gpu/gpu_surface_lookup.h
@@ -19,7 +19,7 @@ class GpuSurfaceLookup {
static GpuSurfaceLookup* GetInstance();
static void InitInstance(GpuSurfaceLookup* lookup);
- virtual gfx::AcceleratedWidget GetNativeWidget(int surface_id) = 0;
+ virtual gfx::AcceleratedWidget AcquireNativeWidget(int surface_id) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(GpuSurfaceLookup);
« no previous file with comments | « content/common/gpu/gpu_command_buffer_stub.cc ('k') | content/common/gpu/image_transport_surface_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698