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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 184573002: Use MSAA in GPU rasterization if Skia suggests it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: the hunk, actually Created 6 years, 9 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index e609b387e3adf5b7bb52e3cbe3600d61ad79cdfb..2f37b300418132ee9b236bc86473614cd826961c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6418,6 +6418,15 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_GPU_RASTERIZATION_DESCRIPTION" desc="Description for the flag to enable GPU rasterizer.">
Use GPU to rasterize web content. Requires impl-side painting.
</message>
+ <message name="IDS_FLAGS_ENABLE_GPU_RASTERIZATION_GPU" desc="Description for the flag to enable GPU rasterizer and force non-MSAA rasterizer backend.">
+ Force non-MSAA
+ </message>
+ <message name="IDS_FLAGS_ENABLE_GPU_RASTERIZATION_MSAA4" desc="Description for the flag to enable GPU rasterizer and force 4xMSAA rasterizer backend.">
+ Force 4xMSAA
+ </message>
+ <message name="IDS_FLAGS_ENABLE_GPU_RASTERIZATION_MSAA16" desc="Description for the flag to enable GPU rasterizer and force 16xMSAA rasterizer backend.">
+ Force 16xMSAA
+ </message>
<message name="IDS_FLAGS_EXPERIMENTAL_WEB_PLATFORM_FEATURES_NAME" desc="Name for the flag to enable experimental Web Platform features.">
Enable experimental Web Platform features.
</message>

Powered by Google App Engine
This is Rietveld 408576698