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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 2784683002: cc: remove the veto-to-software for complex content. (Closed)
Patch Set: Remove GpuRasterizationStatus::OFF_CONTENT entirely. Created 3 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/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index f02a36c93d9f84b42c6df08717ce4986ccd47332..a6685d13db98e8e1d25b5bde9bcf9367e906d70a 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -85,7 +85,6 @@ enum class GpuRasterizationStatus {
OFF_DEVICE,
OFF_VIEWPORT,
MSAA_CONTENT,
- OFF_CONTENT
};
// LayerTreeHost->Proxy callback interface.

Powered by Google App Engine
This is Rietveld 408576698