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

Unified Diff: content/common/gpu/client/context_provider_command_buffer.h

Issue 111063003: Aura: Don't create GL context for CreateSharedSurfaceHandle() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try to make tests happy by still creating shared context Created 6 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/client/context_provider_command_buffer.h
diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
index 24a04b162e37631a7790e9e1b0c41ff3a6470710..a5f206cb4e6bfc6a319a66487e61be6c8eaf9dd3 100644
--- a/content/common/gpu/client/context_provider_command_buffer.h
+++ b/content/common/gpu/client/context_provider_command_buffer.h
@@ -32,7 +32,6 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
const std::string& debug_name);
CommandBufferProxyImpl* GetCommandBufferProxy();
- int GetGPUProcessID();
void set_leak_on_destroy() {
base::AutoLock lock(main_thread_lock_);

Powered by Google App Engine
This is Rietveld 408576698