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

Unified Diff: content/renderer/gpu/compositor_dependencies.h

Issue 895763002: Add a command-line flag to enable threaded GPU rasterization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 years, 11 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: content/renderer/gpu/compositor_dependencies.h
diff --git a/content/renderer/gpu/compositor_dependencies.h b/content/renderer/gpu/compositor_dependencies.h
index 26dff9d83c8c42d68aedab99152cc92a328419b8..9aae19f2db1182fa87920adc796fdc7f1eece36e 100644
--- a/content/renderer/gpu/compositor_dependencies.h
+++ b/content/renderer/gpu/compositor_dependencies.h
@@ -30,6 +30,7 @@ class CompositorDependencies {
virtual bool IsImplSidePaintingEnabled() = 0;
virtual bool IsGpuRasterizationForced() = 0;
virtual bool IsGpuRasterizationEnabled() = 0;
+ virtual bool IsThreadedGpuRasterizationEnabled() = 0;
virtual int GetGpuRasterizationMSAASampleCount() = 0;
virtual bool IsLcdTextEnabled() = 0;
virtual bool IsDistanceFieldTextEnabled() = 0;

Powered by Google App Engine
This is Rietveld 408576698