~osomon/oxide/fix-crash-popup-menu

« back to all changes in this revision

Viewing changes to patches/enable-accelerated-canvas-on-arale.patch

  • Committer: Chris Coulson
  • Date: 2015-04-21 18:40:53 UTC
  • Revision ID: chris.coulson@canonical.com-20150421184053-t9lngb4lq94fwclm
Fix a parse error in the GPU blacklist

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
5
5
--- a/gpu/config/software_rendering_list_json.cc
6
6
+++ b/gpu/config/software_rendering_list_json.cc
7
 
@@ -1189,16 +1189,25 @@ LONG_STRING_CONST(
 
7
@@ -1128,16 +1128,25 @@ LONG_STRING_CONST(
8
8
       "os": {
9
9
         "type": "android",
10
10
         "version": {
20
20
+            "style": "lexical",
21
21
+            "value": "1.3"
22
22
+          }
23
 
+        },
 
23
+        }
24
24
+      ],
25
25
       "features": [
26
26
         "accelerated_2d_canvas",