Skip to content

Commit

Permalink
Fixed command-line flag to make the gpu demos work again. We now need…
Browse files Browse the repository at this point in the history
… --enable-accelerated-plugins. --enable-accelerated-layers is not needed anymore.

Review URL: http://codereview.chromium.org/6546071

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75644 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
alokp@chromium.org committed Feb 22, 2011
1 parent 0fbe0ff commit a18e47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpu/demos/demos.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
['OS=="mac"', {
'action': [
'<(PRODUCT_DIR)/Chromium.app/Contents/MacOS/Chromium',
'--enable-accelerated-layers',
'--enable-accelerated-plugins',
'--register-pepper-plugins='
'<(PRODUCT_DIR)/$(PRODUCT_NAME).plugin;'
'pepper-application/x-gpu-demo',
Expand All @@ -162,7 +162,7 @@
}, { # OS != "mac"
'action': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)chrome<(EXECUTABLE_SUFFIX)',
'--enable-accelerated-layers',
'--enable-accelerated-plugins',
'--register-pepper-plugins=$(TargetPath);'
'pepper-application/x-gpu-demo',
'file://$(ProjectDir)pepper_gpu_demo.html',
Expand Down

0 comments on commit a18e47f

Please sign in to comment.