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

Unified Diff: cc/surfaces/display_client.h

Issue 2321883002: cc: Remove SetMemoryPolicy from OutputSurface and Display. (Closed)
Patch Set: blimp Created 4 years, 3 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
Index: cc/surfaces/display_client.h
diff --git a/cc/surfaces/display_client.h b/cc/surfaces/display_client.h
index 432b44ac5c8d6708efb07920056ab13bd071c4e0..3f4c8ee10c1969922bf5381ca3ccd22a1e99dd76 100644
--- a/cc/surfaces/display_client.h
+++ b/cc/surfaces/display_client.h
@@ -14,7 +14,6 @@ class DisplayClient {
public:
virtual ~DisplayClient() {}
virtual void DisplayOutputSurfaceLost() = 0;
- virtual void DisplaySetMemoryPolicy(const ManagedMemoryPolicy& policy) = 0;
virtual void DisplayWillDrawAndSwap(bool will_draw_and_swap,
const RenderPassList& render_passes) = 0;
virtual void DisplayDidDrawAndSwap() = 0;

Powered by Google App Engine
This is Rietveld 408576698