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

Unified Diff: cc/trees/proxy_main.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/trees/proxy_impl.cc ('k') | cc/trees/proxy_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy_main.h
diff --git a/cc/trees/proxy_main.h b/cc/trees/proxy_main.h
index 41c3549645ba117bfe5ae5518afc3ec1423ff489..9108d84ca5fe1e0403528dd58b3772364408c091 100644
--- a/cc/trees/proxy_main.h
+++ b/cc/trees/proxy_main.h
@@ -9,7 +9,6 @@
#include "cc/base/cc_export.h"
#include "cc/input/top_controls_state.h"
#include "cc/output/output_surface.h"
-#include "cc/output/renderer_capabilities.h"
#include "cc/trees/channel_main.h"
#include "cc/trees/proxy.h"
#include "cc/trees/proxy_common.h"
@@ -50,14 +49,12 @@ class CC_EXPORT ProxyMain : public Proxy {
};
void DidCompleteSwapBuffers();
- void SetRendererCapabilities(const RendererCapabilities& capabilities);
void BeginMainFrameNotExpectedSoon();
void DidCommitAndDrawFrame();
void SetAnimationEvents(std::unique_ptr<AnimationEvents> events);
void DidLoseOutputSurface();
void RequestNewOutputSurface();
- void DidInitializeOutputSurface(bool success,
- const RendererCapabilities& capabilities);
+ void DidInitializeOutputSurface(bool success);
void DidCompletePageScaleAnimation();
void BeginMainFrame(
std::unique_ptr<BeginMainFrameAndCommitState> begin_main_frame_state);
@@ -85,7 +82,6 @@ class CC_EXPORT ProxyMain : public Proxy {
bool CommitToActiveTree() const override;
void SetOutputSurface(OutputSurface* output_surface) override;
void SetVisible(bool visible) override;
- const RendererCapabilities& GetRendererCapabilities() const override;
void SetNeedsAnimate() override;
void SetNeedsUpdateLayers() override;
void SetNeedsCommit() override;
@@ -140,8 +136,6 @@ class CC_EXPORT ProxyMain : public Proxy {
bool defer_commits_;
- RendererCapabilities renderer_capabilities_;
-
std::unique_ptr<ChannelMain> channel_main_;
DISALLOW_COPY_AND_ASSIGN(ProxyMain);
« no previous file with comments | « cc/trees/proxy_impl.cc ('k') | cc/trees/proxy_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698