Index: cc/output/software_renderer.h |
diff --git a/cc/output/software_renderer.h b/cc/output/software_renderer.h |
index 0255dcfade03fd719130cc00d79a599d894f6374..21c9f2df5e48a560194c9fa0f86975073ae45e27 100644 |
--- a/cc/output/software_renderer.h |
+++ b/cc/output/software_renderer.h |
@@ -9,7 +9,6 @@ |
#include "cc/base/cc_export.h" |
#include "cc/output/compositor_frame.h" |
#include "cc/output/direct_renderer.h" |
-#include "cc/output/renderer_capabilities_impl.h" |
namespace cc { |
class DebugBorderDrawQuad; |
@@ -30,7 +29,6 @@ class CC_EXPORT SoftwareRenderer : public DirectRenderer { |
~SoftwareRenderer() override; |
- const RendererCapabilitiesImpl& Capabilities() const override; |
void SwapBuffers(CompositorFrameMetadata metadata) override; |
void SetDisablePictureQuadImageFiltering(bool disable) { |
@@ -96,7 +94,6 @@ class CC_EXPORT SoftwareRenderer : public DirectRenderer { |
bool disable_picture_quad_image_filtering_ = false; |
- RendererCapabilitiesImpl capabilities_; |
bool is_scissor_enabled_ = false; |
gfx::Rect scissor_rect_; |