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

Unified Diff: cc/output/delegating_renderer.h

Issue 2267263002: cc: Delete all the RendererCapabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-prepare-mailbox-param
Patch Set: renderer-caps: rebase Created 4 years, 4 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 | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/output/delegating_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/delegating_renderer.h
diff --git a/cc/output/delegating_renderer.h b/cc/output/delegating_renderer.h
index 194a296f35bb32e7c8c87676abde019bd42e6c5e..140906ecd4b416073c8242390b9da4261e942dc4 100644
--- a/cc/output/delegating_renderer.h
+++ b/cc/output/delegating_renderer.h
@@ -10,7 +10,6 @@
#include "base/macros.h"
#include "cc/base/cc_export.h"
#include "cc/output/compositor_frame.h"
-#include "cc/output/renderer_capabilities_impl.h"
namespace cc {
class OutputSurface;
@@ -22,8 +21,6 @@ class CC_EXPORT DelegatingRenderer {
ResourceProvider* resource_provider);
~DelegatingRenderer();
- const RendererCapabilitiesImpl& Capabilities() const { return capabilities_; }
-
void DrawFrame(RenderPassList* render_passes_in_draw_order);
void SwapBuffers(CompositorFrameMetadata metadata);
@@ -31,7 +28,6 @@ class CC_EXPORT DelegatingRenderer {
private:
OutputSurface* const output_surface_;
ResourceProvider* const resource_provider_;
- RendererCapabilitiesImpl capabilities_;
std::unique_ptr<DelegatedFrameData> delegated_frame_data_;
DISALLOW_COPY_AND_ASSIGN(DelegatingRenderer);
« no previous file with comments | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/output/delegating_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698