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

Unified Diff: chrome/browser/resources/gpu_internals/info_view.js

Issue 10909242: Add "panel_fitting" GPU feature type and use it for mirror mode. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Reorganized code per oshima's suggestion. Created 8 years, 3 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: chrome/browser/resources/gpu_internals/info_view.js
diff --git a/chrome/browser/resources/gpu_internals/info_view.js b/chrome/browser/resources/gpu_internals/info_view.js
index 69dd0a617c7f5ab53f1ace2fdc6a12905e00458a..09a3274b08fbaaf2572000b0cd7b155795c4263a 100644
--- a/chrome/browser/resources/gpu_internals/info_view.js
+++ b/chrome/browser/resources/gpu_internals/info_view.js
@@ -83,7 +83,8 @@ cr.define('gpu', function() {
'flash_3d': 'Flash 3D',
'flash_stage3d': 'Flash Stage3D',
'texture_sharing': 'Texture Sharing',
- 'video_decode': 'Video Decode'
+ 'video_decode': 'Video Decode',
+ 'panel_fitting': 'Panel Fitting'
};
var statusLabelMap = {
'disabled_software': 'Software only. Hardware acceleration disabled.',

Powered by Google App Engine
This is Rietveld 408576698