diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 23:08:17 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 23:08:17 +0000 |
commit | d03d7847f3fa53babfdf979d389f5bd725ab8567 (patch) | |
tree | 28de3b891bf667ef1ba729f163c9298bf9ca14cf /cc/cc_tests.gyp | |
parent | 8ea210d98a7fd2657261b51de054d6bcf943eadd (diff) | |
download | chromium_src-d03d7847f3fa53babfdf979d389f5bd725ab8567.zip chromium_src-d03d7847f3fa53babfdf979d389f5bd725ab8567.tar.gz chromium_src-d03d7847f3fa53babfdf979d389f5bd725ab8567.tar.bz2 |
Implement the Platform::sharedOffscreenGraphicsContext3D method.
This method is being added to the Platform API for WebKit, and
when it is added, DumpRenderTree will use it for its shared main thread context.
R=jamesr,piman
BUG=177768
TBR=darin
Review URL: https://codereview.chromium.org/12217099
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185357 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 5d90ddf..b180fc7 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -145,7 +145,7 @@ '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', '../ui/ui.gyp:ui', - '../webkit/support/webkit_support.gyp:webkit_gpu', + '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', 'cc.gyp:cc', 'cc_test_support', 'cc_test_utils', |