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

Unified Diff: gpu/ipc/in_process_command_buffer.h

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: rebase Created 3 years, 10 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: gpu/ipc/in_process_command_buffer.h
diff --git a/gpu/ipc/in_process_command_buffer.h b/gpu/ipc/in_process_command_buffer.h
index 6a55ec011b7fc337a5fdec24bfae88b87c5d0e4a..6ab5d68460ecd0f14329d47000fc82dcd24c8628 100644
--- a/gpu/ipc/in_process_command_buffer.h
+++ b/gpu/ipc/in_process_command_buffer.h
@@ -165,7 +165,6 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
// The serializer interface to the GPU service (i.e. thread).
class Service {
public:
- Service();
Service(const gpu::GpuPreferences& gpu_preferences);
Service(gpu::gles2::MailboxManager* mailbox_manager,
scoped_refptr<gl::GLShareGroup> share_group);

Powered by Google App Engine
This is Rietveld 408576698