Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1591)

Unified Diff: chrome/browser/extensions/requirements_checker.h

Issue 239083006: Change ACCELERATED_COMPOSITING blacklist to GPU_COMPOSITING. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blacklistaccel: tests Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/requirements_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/requirements_checker.h
diff --git a/chrome/browser/extensions/requirements_checker.h b/chrome/browser/extensions/requirements_checker.h
index cca3503b41b6d5c2a453fc3dbd36422b63ae63d9..1626789b7780e0c5b0a62f7c1c1a4d12cfbfc287 100644
--- a/chrome/browser/extensions/requirements_checker.h
+++ b/chrome/browser/extensions/requirements_checker.h
@@ -37,7 +37,6 @@ class RequirementsChecker : public base::SupportsWeakPtr<RequirementsChecker> {
private:
// Callbacks for the GPUFeatureChecker.
void SetWebGLAvailability(bool available);
- void SetCSS3DAvailability(bool available);
void MaybeRunCallback();
@@ -48,7 +47,6 @@ class RequirementsChecker : public base::SupportsWeakPtr<RequirementsChecker> {
int pending_requirement_checks_;
scoped_refptr<GPUFeatureChecker> webgl_checker_;
- scoped_refptr<GPUFeatureChecker> css3d_checker_;
base::Callback<void(std::vector<std::string> requirement_errorss)> callback_;
};
« no previous file with comments | « no previous file | chrome/browser/extensions/requirements_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698