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

Unified Diff: cc/raster/gpu_raster_buffer_provider.cc

Issue 2164853002: Temporarily disable partial raster for GPU (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable partial raster unittest for GPU until this is fixed 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 | « no previous file | cc/trees/layer_tree_host_pixeltest_tiles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/raster/gpu_raster_buffer_provider.cc
diff --git a/cc/raster/gpu_raster_buffer_provider.cc b/cc/raster/gpu_raster_buffer_provider.cc
index da96114b32307f7b74ba3e393f756d571b46e61a..86dc0105a477f3ca2ae3f9aa9ba6e6e294c8718e 100644
--- a/cc/raster/gpu_raster_buffer_provider.cc
+++ b/cc/raster/gpu_raster_buffer_provider.cc
@@ -226,7 +226,7 @@ bool GpuRasterBufferProvider::IsResourceSwizzleRequired(
}
bool GpuRasterBufferProvider::CanPartialRasterIntoProvidedResource() const {
- return true;
+ return false;
}
void GpuRasterBufferProvider::Shutdown() {
« no previous file with comments | « no previous file | cc/trees/layer_tree_host_pixeltest_tiles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698