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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 2254543003: cc: Delete the RendererClient class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@setvisible-browser
Patch Set: deleterendererclient: 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/test/pixel_test.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index 9ef5f6cc7b4b186dc171ad61748f330335bbae86..cb1e7c72ff938ccbf223b8005a4d65177e7cbdf0 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -139,7 +139,6 @@ class LayerTreeHostImplClient {
// state.
class CC_EXPORT LayerTreeHostImpl
: public InputHandler,
- public RendererClient,
public TileManagerClient,
public OutputSurfaceClient,
public TopControlsManagerClient,
@@ -252,6 +251,7 @@ class CC_EXPORT LayerTreeHostImpl
void AnimatePendingTreeAfterCommit();
void MainThreadHasStoppedFlinging();
void DidAnimateScrollOffset();
+ void SetFullViewportDamage();
void SetViewportDamage(const gfx::Rect& damage_rect);
void SetTreeLayerFilterMutated(ElementId element_id,
@@ -342,9 +342,6 @@ class CC_EXPORT LayerTreeHostImpl
// Viewport rect in view space used for tiling prioritization.
const gfx::Rect ViewportRectForTilePriority() const;
- // RendererClient implementation.
- void SetFullRootLayerDamage() override;
-
// TileManagerClient implementation.
void NotifyReadyToActivate() override;
void NotifyReadyToDraw() override;
« no previous file with comments | « cc/test/pixel_test.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698