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

Unified Diff: content/test/fake_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/test/fake_compositor_dependencies.h
diff --git a/content/test/fake_compositor_dependencies.h b/content/test/fake_compositor_dependencies.h
index d31c30780ed28077edcd0ba6a3a4f31ab9188b33..8e23ba465f63a46919ec4f27ca406ecad4dcb726 100644
--- a/content/test/fake_compositor_dependencies.h
+++ b/content/test/fake_compositor_dependencies.h
@@ -20,6 +20,7 @@ class FakeCompositorDependencies : public CompositorDependencies {
bool IsImplSidePaintingEnabled() override;
bool IsGpuRasterizationForced() override;
bool IsGpuRasterizationEnabled() override;
+ bool IsThreadedGpuRasterizationEnabled() override;
int GetGpuRasterizationMSAASampleCount() override;
bool IsLcdTextEnabled() override;
bool IsDistanceFieldTextEnabled() override;

Powered by Google App Engine
This is Rietveld 408576698