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

Unified Diff: android_webview/lib/main/aw_main_delegate.h

Issue 608263002: gpu: Remove in-process GPU service support for CHROMIUM_image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more build fixes Created 6 years, 3 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/lib/main/aw_main_delegate.h
diff --git a/android_webview/lib/main/aw_main_delegate.h b/android_webview/lib/main/aw_main_delegate.h
index 856d69926ff901c6e563f673452ab97fd3895668..c05da818b517ee7ff986b156d9fa13a7c7dfb20b 100644
--- a/android_webview/lib/main/aw_main_delegate.h
+++ b/android_webview/lib/main/aw_main_delegate.h
@@ -20,7 +20,6 @@ namespace android_webview {
class AwContentBrowserClient;
class AwContentRendererClient;
-class GpuMemoryBufferFactoryImpl;
// Android WebView implementation of ContentMainDelegate.
class AwMainDelegate : public content::ContentMainDelegate,
@@ -58,7 +57,6 @@ class AwMainDelegate : public content::ContentMainDelegate,
AwContentClient content_client_;
scoped_ptr<AwContentBrowserClient> content_browser_client_;
scoped_ptr<AwContentRendererClient> content_renderer_client_;
- scoped_ptr<GpuMemoryBufferFactoryImpl> gpu_memory_buffer_factory_;
DISALLOW_COPY_AND_ASSIGN(AwMainDelegate);
};
« no previous file with comments | « android_webview/browser/gpu_memory_buffer_factory_impl.cc ('k') | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698