diff options
author | shawnsingh@google.com <shawnsingh@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-12 19:55:33 +0000 |
---|---|---|
committer | shawnsingh@google.com <shawnsingh@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-12 19:55:33 +0000 |
commit | 6cbf3b96ca8ad1f68f6531b14739dddf2caada0f (patch) | |
tree | 7d5b055e5e978c75bafe870f768e1972870c7648 /content/browser/gpu/gpu_data_manager_impl.h | |
parent | e0d420d62f2a9e199b60aaaee8510309f8ceb653 (diff) | |
download | chromium_src-6cbf3b96ca8ad1f68f6531b14739dddf2caada0f.zip chromium_src-6cbf3b96ca8ad1f68f6531b14739dddf2caada0f.tar.gz chromium_src-6cbf3b96ca8ad1f68f6531b14739dddf2caada0f.tar.bz2 |
Revert 172627
> Cache GL strings from GPU process and use them at next browser startup.
>
> So we can make complete GPU blacklist decisions at browser startup time.
>
> BUG=164728
> TEST=
> Review URL: https://codereview.chromium.org/11446080
TBR=zmo@chromium.org
Review URL: https://codereview.chromium.org/11549022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172644 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_data_manager_impl.h')
-rw-r--r-- | content/browser/gpu/gpu_data_manager_impl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h index c66dd96..839798f 100644 --- a/content/browser/gpu/gpu_data_manager_impl.h +++ b/content/browser/gpu/gpu_data_manager_impl.h @@ -79,12 +79,6 @@ class CONTENT_EXPORT GpuDataManagerImpl virtual void UnblockDomainFrom3DAPIs(const GURL& url) OVERRIDE; virtual void DisableDomainBlockingFor3DAPIsForTesting() OVERRIDE; virtual void DisableGpuWatchdog() OVERRIDE; - virtual void SetGLStrings(const std::string& gl_vendor, - const std::string& gl_renderer, - const std::string& gl_version) OVERRIDE; - virtual void GetGLStrings(std::string* gl_vendor, - std::string* gl_renderer, - std::string* gl_version) OVERRIDE; // This collects preliminary GPU info, load GpuBlacklist, and compute the // preliminary blacklisted features; it should only be called at browser |