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

Unified Diff: content/browser/android/in_process/synchronous_compositor_factory_impl.cc

Issue 429863002: Remove GLInProcessContext::CreateContext() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/browser/android/in_process/synchronous_compositor_factory_impl.cc
diff --git a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
index 45e5aa14d4621f2568fcee9c727eb2d5f7b45407..688eb593b13b1ae2ac0c1f19856729bb65305fbc 100644
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
@@ -46,7 +46,6 @@ scoped_ptr<gpu::GLInProcessContext> CreateOffscreenContext(
gpu::GLInProcessContext::Create(NULL /* service */,
NULL /* surface */,
true /* is_offscreen */,
- gfx::kNullAcceleratedWidget,
gfx::Size(1, 1),
NULL /* share_context */,
false /* share_resources */,
@@ -68,7 +67,6 @@ scoped_ptr<gpu::GLInProcessContext> CreateContext(
gpu::GLInProcessContext::Create(service,
NULL /* surface */,
false /* is_offscreen */,
- gfx::kNullAcceleratedWidget,
gfx::Size(1, 1),
share_context,
false /* share_resources */,

Powered by Google App Engine
This is Rietveld 408576698