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

Unified Diff: cc/test/fake_proxy.cc

Issue 1091323002: Send a message through the ozone channel to recreate buffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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_proxy.h ('k') | cc/trees/proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_proxy.cc
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc
index 9c24162b27121097b1c574c4aa19578403047975..97d08a637c14fef4264c6d57bbf4937fecdd717b 100644
--- a/cc/test/fake_proxy.cc
+++ b/cc/test/fake_proxy.cc
@@ -38,6 +38,9 @@ void FakeProxy::SetMaxPartialTextureUpdates(size_t max) {
bool FakeProxy::SupportsImplScrolling() const { return false; }
+void FakeProxy::RecreateOutputSurfaceBuffers() {
+}
+
bool FakeProxy::MainFrameWillHappenForTesting() {
return false;
}
« no previous file with comments | « cc/test/fake_proxy.h ('k') | cc/trees/proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698