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

Unified Diff: cc/test/fake_output_surface.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/fake_layer_tree_host_impl_client.cc ('k') | cc/test/fake_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_output_surface.h
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
index 39a78ead5946bb537ed6d4c909eafd0c7c3d6e9e..b42024d04423770d72841cf09a486c197cc896f0 100644
--- a/cc/test/fake_output_surface.h
+++ b/cc/test/fake_output_surface.h
@@ -10,7 +10,6 @@
#include "base/time/time.h"
#include "cc/output/begin_frame_args.h"
#include "cc/output/compositor_frame.h"
-#include "cc/output/managed_memory_policy.h"
#include "cc/output/output_surface.h"
#include "cc/output/software_output_device.h"
#include "cc/test/test_context_provider.h"
@@ -123,9 +122,6 @@ class FakeOutputSurface : public OutputSurface {
has_external_stencil_test_ = has_test;
}
- void SetMemoryPolicyToSetAtBind(
- scoped_ptr<ManagedMemoryPolicy> memory_policy_to_set_at_bind);
-
gfx::Rect last_swap_rect() const {
return last_swap_rect_;
}
@@ -153,7 +149,6 @@ class FakeOutputSurface : public OutputSurface {
bool has_external_stencil_test_;
unsigned framebuffer_;
TransferableResourceArray resources_held_by_parent_;
- scoped_ptr<ManagedMemoryPolicy> memory_policy_to_set_at_bind_;
gfx::Rect last_swap_rect_;
};
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.cc ('k') | cc/test/fake_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698