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

Unified Diff: services/surfaces/display_impl.cc

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 | « services/surfaces/display_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/surfaces/display_impl.cc
diff --git a/services/surfaces/display_impl.cc b/services/surfaces/display_impl.cc
index fd114f476b2951df732b2f32cbeb02d501b1b512..abc718c44fc663204912a737d1db624e96bf1468 100644
--- a/services/surfaces/display_impl.cc
+++ b/services/surfaces/display_impl.cc
@@ -113,9 +113,6 @@ void DisplayImpl::OutputSurfaceLost() {
base::Bind(&DisplayImpl::OnContextCreated, base::Unretained(this)));
}
-void DisplayImpl::SetMemoryPolicy(const cc::ManagedMemoryPolicy& policy) {
-}
-
void DisplayImpl::OnVSyncParametersUpdated(int64_t timebase, int64_t interval) {
scheduler_->OnVSyncParametersUpdated(
base::TimeTicks::FromInternalValue(timebase),
« no previous file with comments | « services/surfaces/display_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698