summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gpu_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Move GpuBlacklist out of content and into chrome. All content needs to know ↵jam@chromium.org2012-02-151-0/+72
is which features are enabled. -moved GputFeatureFlags into the public API. The to/from string functions are only used by chrome now, so they moved to chrome\brower\gpu_util. I made the public API just an enum to match the rest of the Content API. -moved the stats related code to chrome, since content doesn't need to know about it, and the callers were chrome code (i.e. GPUInterals and TracingUI) -removed the UserData caching struct since it was now called by code in both content and chrome. I switched to modifying the current process's command line instead which I think also makes things simpler In a followup change, I'll create a minimal interface around GpuDataManager that is exposed to embedders. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9360035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122090 0039d316-1c4b-4281-b951-d872f2087c98