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

Unified Diff: cc/test/fake_raster_buffer_provider.cc

Issue 2110083004: Partial raster for GPU (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@partialuma2
Patch Set: Add missing resource cleanup to unit tests. 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/test/fake_raster_buffer_provider.h ('k') | cc/tiles/tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_raster_buffer_provider.cc
diff --git a/cc/test/fake_raster_buffer_provider.cc b/cc/test/fake_raster_buffer_provider.cc
index 9c24db2d63083528053c81dd8861d092c6686af3..20c91fa6752c9f8dad7a7e9d8f8de1877be08d92 100644
--- a/cc/test/fake_raster_buffer_provider.cc
+++ b/cc/test/fake_raster_buffer_provider.cc
@@ -33,7 +33,8 @@ bool FakeRasterBufferProviderImpl::IsResourceSwizzleRequired(
return ResourceFormatRequiresSwizzle(GetResourceFormat(must_support_alpha));
}
-bool FakeRasterBufferProviderImpl::IsPartialRasterSupported() const {
+bool FakeRasterBufferProviderImpl::CanPartialRasterIntoProvidedResource()
+ const {
return true;
}
« no previous file with comments | « cc/test/fake_raster_buffer_provider.h ('k') | cc/tiles/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698