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

Unified Diff: cc/test/fake_output_surface_client.cc

Issue 251343002: Remove offscreen compositor contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: cc/test/fake_output_surface_client.cc
diff --git a/cc/test/fake_output_surface_client.cc b/cc/test/fake_output_surface_client.cc
index 20de00e6bb1cbaac9094098797b6ac45c1662c8c..2033aceec1c57dd3db93667ff7e1ce25cfa5e70e 100644
--- a/cc/test/fake_output_surface_client.cc
+++ b/cc/test/fake_output_surface_client.cc
@@ -6,10 +6,8 @@
namespace cc {
-bool FakeOutputSurfaceClient::DeferredInitialize(
- scoped_refptr<ContextProvider> offscreen_context_provider) {
+void FakeOutputSurfaceClient::DeferredInitialize() {
deferred_initialize_called_ = true;
- return deferred_initialize_result_;
}
void FakeOutputSurfaceClient::BeginFrame(const BeginFrameArgs& args) {

Powered by Google App Engine
This is Rietveld 408576698