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

Unified Diff: cc/resources/resource_provider.h

Issue 881513004: Add a command-line flag to set GPU rasterization multisampling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward MSAA count if set (regardless of gpu rast. enabled; it may be forced) 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: cc/resources/resource_provider.h
diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h
index 3a8d2e0f9ec0325ae56e64de274f6caa3ac073a9..e30b3dbbb688a9a2900ddbd36e36ada1677051e0 100644
--- a/cc/resources/resource_provider.h
+++ b/cc/resources/resource_provider.h
@@ -336,7 +336,8 @@ class CC_EXPORT ResourceProvider {
~ScopedWriteLockGr();
SkSurface* GetSkSurface(bool use_distance_field_text,
- bool can_use_lcd_text);
+ bool can_use_lcd_text,
+ int msaa_sample_count);
private:
bool SurfaceHasMatchingProperties(bool use_distance_field_text,

Powered by Google App Engine
This is Rietveld 408576698