diff options
author | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 13:14:11 +0000 |
---|---|---|
committer | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 13:14:11 +0000 |
commit | 818915cd6f37ba0ee4e01ef37f293d5a0cce6975 (patch) | |
tree | 81d9df68c4de82b8cff3ad5f25992743039f8e9b /content/content_common.gypi | |
parent | 41766860ac99fc3a894728084df2f8e31054274c (diff) | |
download | chromium_src-818915cd6f37ba0ee4e01ef37f293d5a0cce6975.zip chromium_src-818915cd6f37ba0ee4e01ef37f293d5a0cce6975.tar.gz chromium_src-818915cd6f37ba0ee4e01ef37f293d5a0cce6975.tar.bz2 |
Raise an infobar and deny access to WebGL if a GPU reset was detected while a web page containing WebGL content was visible.
The same mechanism will work for Pepper 3D but has not been hooked up for that API yet.
https://bugs.webkit.org/show_bug.cgi?id=101826 added the hooks out through the Chromium WebKit API.
BUG=125125
TEST=GPUCrashTest.ContextLossRaisesInfobar
Review URL: https://chromiumcodereview.appspot.com/11378008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index c5f5f65..4fe8ef9 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -89,6 +89,7 @@ 'public/common/ssl_status.cc', 'public/common/ssl_status.h', 'public/common/stop_find_action.h', + 'public/common/three_d_api_types.h', 'public/common/url_constants.cc', 'public/common/url_constants.h', 'public/common/url_fetcher.h', |