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

Unified Diff: cc/test/fake_output_surface.h

Issue 2128113002: Use a cc::Display for WebView resourceless software draws. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: displaywebview: mojom Created 4 years, 5 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/surfaces/display.cc ('k') | cc/test/pixel_test.h » ('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 23f2123f54d4ac8cf47486fa62d1cf06839efd20..8fcc04a4cfd2549b42465a7c8bbdb276d62b476c 100644
--- a/cc/test/fake_output_surface.h
+++ b/cc/test/fake_output_surface.h
@@ -57,13 +57,6 @@ class FakeOutputSurface : public OutputSurface {
new FakeOutputSurface(std::move(software_device), false));
}
- static std::unique_ptr<FakeOutputSurface>
- Create3dWithResourcelessSoftwareSupport() {
- return base::WrapUnique(new FakeOutputSurface(
- TestContextProvider::Create(), TestContextProvider::CreateWorker(),
- base::WrapUnique(new SoftwareOutputDevice), false));
- }
-
static std::unique_ptr<FakeOutputSurface> CreateDelegating3d() {
return base::WrapUnique(
new FakeOutputSurface(TestContextProvider::Create(),
« no previous file with comments | « cc/surfaces/display.cc ('k') | cc/test/pixel_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698