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

Unified Diff: gpu/command_buffer/common/gpu_control.h

Issue 205193006: gpu: Remove map_image field from gpu::Capabilities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move TODO Created 6 years, 9 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
« no previous file with comments | « gpu/command_buffer/common/capabilities.cc ('k') | gpu/command_buffer/service/gpu_control_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/common/gpu_control.h
diff --git a/gpu/command_buffer/common/gpu_control.h b/gpu/command_buffer/common/gpu_control.h
index e15d5e6b11938b4ae176dbd89b34029f47271da0..925f01f2a3e7f26c636ed5bce7d6a44adc83fd5a 100644
--- a/gpu/command_buffer/common/gpu_control.h
+++ b/gpu/command_buffer/common/gpu_control.h
@@ -8,7 +8,6 @@
#include <vector>
#include "base/callback.h"
-#include "gpu/command_buffer/common/capabilities.h"
#include "gpu/command_buffer/common/mailbox.h"
#include "gpu/command_buffer/common/types.h"
#include "gpu/gpu_export.h"
@@ -26,8 +25,6 @@ class GPU_EXPORT GpuControl {
GpuControl() {}
virtual ~GpuControl() {}
- virtual Capabilities GetCapabilities() = 0;
-
// Create a gpu memory buffer of the given dimensions and format. Returns
// its ID or -1 on error.
virtual gfx::GpuMemoryBuffer* CreateGpuMemoryBuffer(
« no previous file with comments | « gpu/command_buffer/common/capabilities.cc ('k') | gpu/command_buffer/service/gpu_control_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698