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

Unified Diff: cc/surfaces/display.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/output/software_renderer_unittest.cc ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/display.h
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
index 66fda8931d5d21243febec8c951eef9392ad9f23..a1ace90e14aa9816bfc3de6087ebdccfcfd9e71d 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -51,7 +51,6 @@ class TextureMailboxDeleter;
// surface IDs used to draw into the display and deciding when to draw.
class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
public OutputSurfaceClient,
- public RendererClient,
public SurfaceDamageObserver {
public:
// The |begin_frame_source| and |scheduler| may be null (together). In that
@@ -104,9 +103,6 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
const gfx::Rect& viewport,
bool resourceless_software_draw) override;
- // RendererClient implementation.
- void SetFullRootLayerDamage() override;
-
// SurfaceDamageObserver implementation.
void OnSurfaceDamaged(const SurfaceId& surface, bool* changed) override;
« no previous file with comments | « cc/output/software_renderer_unittest.cc ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698