Index: cc/surfaces/display.cc |
diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc |
index 6866cedc9cf27654d5e0ebcee75cbda329dae739..31d4a5a6ddcb72679440c60ea97b45b422bc88f2 100644 |
--- a/cc/surfaces/display.cc |
+++ b/cc/surfaces/display.cc |
@@ -281,6 +281,10 @@ void Display::CommitVSyncParameters(base::TimeTicks timebase, |
client_->CommitVSyncParameters(timebase, interval); |
} |
+void Display::SetBeginFrameSource(BeginFrameSource* source) { |
+ NOTREACHED(); |
enne (OOO)
2016/03/22 21:05:18
This is a bit awkward, but because the BrowserComp
sunnyps
2016/03/22 21:52:44
Can't we move the BFS from the display scheduler t
enne (OOO)
2016/03/22 22:16:20
The BFS is currently in the OnScreenDisplayClient
|
+} |
+ |
void Display::SetMemoryPolicy(const ManagedMemoryPolicy& policy) { |
client_->SetMemoryPolicy(policy); |
} |